blob: fe251c021ced987f9d3ecad5362a7c550de9cb51 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
Index: qemu/Makefile.target
@@ -18,6 +18,7 @@
DEFINES+=-I$(SRC_PATH)/linux-user -I$(SRC_PATH)/linux-user/$(TARGET_ARCH)
endif
CFLAGS=-Wall -O2 -g -fno-strict-aliasing
+CFLAGS+=-I${LOCALBASE}/include
#CFLAGS+=-Werror
LDFLAGS=-g
LIBS=
|