aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/au0828/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/usb/au0828/Makefile')
-rw-r--r--drivers/media/usb/au0828/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/usb/au0828/Makefile b/drivers/media/usb/au0828/Makefile
index 5691881c56c0..4347812d101a 100644
--- a/drivers/media/usb/au0828/Makefile
+++ b/drivers/media/usb/au0828/Makefile
@@ -11,7 +11,7 @@ endif
obj-$(CONFIG_VIDEO_AU0828) += au0828.o
-ccflags-y += -Idrivers/media/tuners
-ccflags-y += -Idrivers/media/dvb-frontends
+ccflags-y += -I $(srctree)/drivers/media/tuners
+ccflags-y += -I $(srctree)/drivers/media/dvb-frontends
ccflags-y += $(extra-cflags-y) $(extra-cflags-m)