android_kernel_samsung_hero.../drivers/video/adf/Makefile

16 lines
278 B
Makefile
Raw Normal View History

2016-08-17 10:41:52 +02: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