Support compiling as part of world
This commit is contained in:
parent
8dcf2a96c8
commit
7127c5f8f5
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user