summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRhyland Klein <rklein@nvidia.com>2012-06-22 11:07:29 -0700
committerRohan Somvanshi <rsomvanshi@nvidia.com>2012-06-26 07:15:42 -0700
commite50a77c478949652a1cb8386427c81e7abeb16e0 (patch)
treeacaabdeef6968418ce94120d5b18b989d5fbfafc
parent7bef3f71fa38cc3c39953ec479dcfdcfa725be4d (diff)
video: host: Add host to EXTRA_CFLAGS
It seems with building with different tool chains, when compiling nvhost_acm it doesn't end up with drivers/video/tegra/host in its include path and therefore it fails to find some header files. Signed-off-by: Rhyland Klein <rklein@nvidia.com> Change-Id: Ic3d72c863d4b5e501222d21077ba9735315ec65c Reviewed-on: http://git-master/r/110592 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Allen Martin <amartin@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
-rw-r--r--drivers/video/tegra/host/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/tegra/host/Makefile b/drivers/video/tegra/host/Makefile
index 23a9226da235..6e5e469897b3 100644
--- a/drivers/video/tegra/host/Makefile
+++ b/drivers/video/tegra/host/Makefile
@@ -1,4 +1,6 @@
GCOV_PROFILE := y
+EXTRA_CFLAGS += -Idrivers/video/tegra/host
+
nvhost-objs = \
nvhost_acm.o \
nvhost_syncpt.o \