tegrakernel/kernel/nvidia/drivers/misc/saf775x/Makefile

16 lines
292 B
Makefile
Raw Permalink Normal View History

2022-02-16 09:13:02 -06:00
subdir-ccflags-y += -Werror
obj-$(CONFIG_SAF775x_HWDEP) += saf775x-hwdep.o
saf775x-hwdep-objs := \
saf775x_stub.o \
saf775x_ioctl.o
ifdef CONFIG_COMPAT
saf775x-hwdep-objs += compat_saf775x_ioctl.o
endif
obj-$(CONFIG_SAF36XX_HWDEP) += saf36xx-hwdep.o
saf36xx-hwdep-objs := \
saf36xx.o