MFp4: Integrate support for building tag support for linux booting.
This commit is contained in:
parent
0cef210b08
commit
750f97a294
@ -1,9 +1,16 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.include "${.CURDIR}/../Makefile.inc"
|
||||
|
||||
LIB= at91
|
||||
INTERNALLIB=
|
||||
SRCS=at91rm9200_lowlevel.c eeprom.c emac.c env_vars.c getc.c loader_prompt.c \
|
||||
p_string.c putchar.c printf.c xmodem.c
|
||||
NO_MAN=
|
||||
|
||||
.if ${MK_TAG_LIST} != "no"
|
||||
CFLAGS += -I${.CURDIR}/.. -DSUPPORT_TAG_LIST
|
||||
SRCS+=tag_list.c
|
||||
.endif
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user