summaryrefslogtreecommitdiff
path: root/raspberrypi/Makefile
diff options
context:
space:
mode:
authorDave2013-04-22 20:58:43 +0200
committerDave2013-04-22 20:58:43 +0200
commit45856fe804b39f8a5fcf39a1617c1fe548a3ecae (patch)
tree447c00a645951951e5835d5058dca534783db0ff /raspberrypi/Makefile
parent7cb987083d46803b78b2bfd983254cfc51ca6410 (diff)
downloadpicogpsp-45856fe804b39f8a5fcf39a1617c1fe548a3ecae.tar.gz
picogpsp-45856fe804b39f8a5fcf39a1617c1fe548a3ecae.tar.bz2
picogpsp-45856fe804b39f8a5fcf39a1617c1fe548a3ecae.zip
Add CFLAGS -I/opt/vc/include/interface/vmcs_host/linux
Diffstat (limited to 'raspberrypi/Makefile')
-rw-r--r--raspberrypi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/raspberrypi/Makefile b/raspberrypi/Makefile
index 336a835..3f78c1e 100644
--- a/raspberrypi/Makefile
+++ b/raspberrypi/Makefile
@@ -20,6 +20,7 @@ CFLAGS += -DARM_ARCH -DRPI_BUILD -Wall
CFLAGS += -O3 -mfpu=vfp
CFLAGS += `sdl-config --cflags`
CFLAGS += -I$(SDKSTAGE)/opt/vc/include -I$(SDKSTAGE)/opt/vc/include/interface/vcos/pthreads
+CFLAGS += -I/opt/vc/include/interface/vmcs_host/linux
# expecting to have PATH set up to get correct sdl-config first