notaz.gp2x.de
/
gpsp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cb9870
)
Add CFLAGS -I/opt/vc/include/interface/vmcs_host/linux
author
Dave
<pribyl.email@gmail.com>
Mon, 22 Apr 2013 18:58:43 +0000
(20:58 +0200)
committer
Dave
<pribyl.email@gmail.com>
Mon, 22 Apr 2013 18:58:43 +0000
(20:58 +0200)
raspberrypi/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/raspberrypi/Makefile
b/raspberrypi/Makefile
index
336a835
..
3f78c1e
100644
(file)
--- 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