mirror of
https://github.com/torvalds/linux.git
synced 2024-12-15 23:51:46 +00:00
[media] smiapp: fix compilation breakage
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>
This commit is contained in:
parent
d509835e32
commit
f9b26cd8e2
@ -1,3 +1,5 @@
|
||||
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
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include <media/v4l2-subdev.h>
|
||||
#include <media/smiapp.h>
|
||||
|
||||
#include "../smiapp-pll.h"
|
||||
#include "smiapp-pll.h"
|
||||
#include "smiapp-reg.h"
|
||||
#include "smiapp-regs.h"
|
||||
#include "smiapp-quirk.h"
|
||||
|
Loading…
Reference in New Issue
Block a user