From e50a77c478949652a1cb8386427c81e7abeb16e0 Mon Sep 17 00:00:00 2001 From: Rhyland Klein Date: Fri, 22 Jun 2012 11:07:29 -0700 Subject: 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 Change-Id: Ic3d72c863d4b5e501222d21077ba9735315ec65c Reviewed-on: http://git-master/r/110592 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Allen Martin Reviewed-by: Terje Bergstrom --- drivers/video/tegra/host/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 \ -- cgit v1.2.3