summaryrefslogtreecommitdiffstats
path: root/sys/boot/arm/at91
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-04-21 13:51:47 +0000
committerimp <imp@FreeBSD.org>2006-04-21 13:51:47 +0000
commit4bdf691994013a7f3aad608dee3efc317edc6bb5 (patch)
treec30c3dff91ba366aff122ed8cda14cc9a9f4140c /sys/boot/arm/at91
parenta76624710a52eaa8c615aefe5f9730f4bc195958 (diff)
downloadFreeBSD-src-4bdf691994013a7f3aad608dee3efc317edc6bb5.zip
FreeBSD-src-4bdf691994013a7f3aad608dee3efc317edc6bb5.tar.gz
MFp4: Integrate support for building tag support for linux booting.
Diffstat (limited to 'sys/boot/arm/at91')
-rw-r--r--sys/boot/arm/at91/libat91/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/boot/arm/at91/libat91/Makefile b/sys/boot/arm/at91/libat91/Makefile
index e85fef5..c8dbb52 100644
--- a/sys/boot/arm/at91/libat91/Makefile
+++ b/sys/boot/arm/at91/libat91/Makefile
@@ -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>
OpenPOWER on IntegriCloud