Support compiling as part of world

This commit is contained in:
Warner Losh 2006-08-18 20:26:54 +00:00
parent 8dcf2a96c8
commit 7127c5f8f5

View File

@ -4,7 +4,7 @@ P=boot0
FILES=${P}
SRCS=arm_init.s main.c
NO_MAN=
LDFLAGS=-e 0 -T linker.cfg
LDFLAGS=-e 0 -T ${.CURDIR}/linker.cfg
OBJS+= ${SRCS:N*.h:R:S/$/.o/g}
.include <bsd.prog.mk>