fix some type leakage (timer_t) from x86_64 commit
[oweals/musl.git] / Makefile
index d0f16dfcac2096c37a366336a45779cba6ddb5ad..13a24e3c1e506d9f107bfa45ed7a192f74a6a0bd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ GENH = include/bits/alltypes.h
 
 CFLAGS  = -Os -nostdinc -ffreestanding -std=c99 -D_XOPEN_SOURCE=700 -pipe
 LDFLAGS = -nostdlib -shared -Wl,-Bsymbolic
-INC     = -I./include -I./src/internal
+INC     = -I./include -I./src/internal -I./arch/$(ARCH)
 PIC     = -fPIC
 AR      = $(CROSS_COMPILE)ar
 RANLIB  = $(CROSS_COMPILE)ranlib