mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 08:02:30 +00:00
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>
5 lines
160 B
Makefile
5 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
|