summaryrefslogtreecommitdiffstats
path: root/lib/csu/amd64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu/amd64/Makefile')
-rw-r--r--lib/csu/amd64/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/csu/amd64/Makefile b/lib/csu/amd64/Makefile
index cb1bc63..b602a02 100644
--- a/lib/csu/amd64/Makefile
+++ b/lib/csu/amd64/Makefile
@@ -6,7 +6,8 @@ SRCS= crt1.c crti.S crtn.S
OBJS= ${SRCS:N*.h:R:S/$/.o/g}
OBJS+= gcrt1.o
CFLAGS+= -elf -Wall -fkeep-inline-functions \
- -I${.CURDIR}/../common
+ -I${.CURDIR}/../common \
+ -I${.CURDIR}/../../libc/include
LDFLAGS+= -elf
NOMAN= true
NOPIC= true
OpenPOWER on IntegriCloud