X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=raspberrypi%2FMakefile;h=3f78c1ef6255b8713aaa930556e74f54e01028de;hb=862e940b8c108fb0d29f9a1644be7a5360d7230d;hp=336a835b4897fe23a88daee8b693650fd700ecf1;hpb=ffa573f88020e4de9300a013721068672c923f33;p=gpsp.git 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