minix/share/mk/minix.bootprog.mk
Arun Thomas 93ae43f577 boot: Add multiboot support
Not yet fully spec-compliant; work in progress
2011-06-24 17:21:51 +02:00

9 lines
159 B
Makefile

# MINIX-specific boot program options
.include <bsd.own.mk>
.if ${OBJECT_FMT} == "ELF"
LDFLAGS+= -Wl,--section-start=.init=0x0
.endif
.include <bsd.prog.mk>