M7350/kernel/drivers/video/adf/Makefile

16 lines
278 B
Makefile
Raw Normal View History

2024-09-09 08:57:42 +00:00
ccflags-y := -Idrivers/staging/android
CFLAGS_adf.o := -I$(src)
obj-$(CONFIG_ADF) += adf.o \
adf_client.o \
adf_fops.o \
adf_format.o \
adf_sysfs.o
obj-$(CONFIG_COMPAT) += adf_fops32.o
obj-$(CONFIG_ADF_FBDEV) += adf_fbdev.o
obj-$(CONFIG_ADF_MEMBLOCK) += adf_memblock.o