MFp4: Integrate support for building tag support for linux booting.

This commit is contained in:
Warner Losh 2006-04-21 13:51:47 +00:00
parent 0cef210b08
commit 750f97a294

View File

@ -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>