forked from Minki/linux
f9b26cd8e2
The usage of ../*.h breaks out-of-tree compilation and likely breaks compilation when O= argument is used. Instead of doing that, just add the include path via Makefile. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
6 lines
160 B
Makefile
6 lines
160 B
Makefile
smiapp-objs += smiapp-core.o smiapp-regs.o \
|
|
smiapp-quirk.o smiapp-limits.o
|
|
obj-$(CONFIG_VIDEO_SMIAPP) += smiapp.o
|
|
|
|
ccflags-y += -Idrivers/media/video
|