mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 09:37:08 -04:00
14 lines
216 B
Makefile
14 lines
216 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../libat91
|
|
|
|
P=boot0iic
|
|
FILES=${P}
|
|
SRCS=arm_init.S main.c
|
|
NO_MAN=
|
|
LDFLAGS=-e 0 -T ${.CURDIR}/../linker.cfg
|
|
OBJS+= ${SRCS:N*.h:R:S/$/.o/g}
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
CFLAGS+=-DBOOT_BOOT0
|