17 lines
278 B
Makefile
17 lines
278 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../libat91
|
|
|
|
P=bootspi
|
|
FILES=${P}
|
|
SRCS=arm_init.S main.c loader_prompt.c env_vars.c ee.c
|
|
NO_MAN=
|
|
LDFLAGS=-e 0 -T ${.CURDIR}/../linker.cfg
|
|
OBJS+= ${SRCS:N*.h:R:S/$/.o/g}
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
.if ${MK_FPGA} == "yes"
|
|
CFLAGS += -DTSC_FPGA
|
|
.endif
|