mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 20:55:22 +07: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>
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
|