diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2012-02-17 11:57:09 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-03-08 17:42:08 +0400 |
commit | 8d834b526a301d2d10db25835d195edf1141f1a0 (patch) | |
tree | 21eb08e800564df3874e227fda9d3edec943a132 /drivers/media/video/gspca/stv06xx/Makefile | |
parent | d377cfcc42953a4d8312411d1019f8057b1f2242 (diff) | |
download | linux-8d834b526a301d2d10db25835d195edf1141f1a0.tar.xz |
[media] media: gspca: append $(srctree) to -I parameters
Without this we have got the warnings like following if build with "make W=1
O=/var/tmp":
cc1: warning: drivers/media/dvb/dvb-core: No such file or directory [enabled by default]
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/stv06xx/Makefile')
-rw-r--r-- | drivers/media/video/gspca/stv06xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/stv06xx/Makefile b/drivers/media/video/gspca/stv06xx/Makefile index 5b318faf9aa8..38bc41061d83 100644 --- a/drivers/media/video/gspca/stv06xx/Makefile +++ b/drivers/media/video/gspca/stv06xx/Makefile @@ -6,5 +6,5 @@ gspca_stv06xx-objs := stv06xx.o \ stv06xx_pb0100.o \ stv06xx_st6422.o -ccflags-y += -Idrivers/media/video/gspca +ccflags-y += -I$(srctree)/drivers/media/video/gspca |