summaryrefslogtreecommitdiffstats
path: root/sys/boot/arm/at91/bootiic/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-08-10 19:55:52 +0000
committerimp <imp@FreeBSD.org>2006-08-10 19:55:52 +0000
commit246a49807bbaf0b18e35bbf7ca6bdb8ef438e578 (patch)
tree2f653e85800ebbd248d7d24755a557d62c9015e6 /sys/boot/arm/at91/bootiic/Makefile
parentb5e61b2d3fd9d63344994ed2412795ba871f4dba (diff)
downloadFreeBSD-src-246a49807bbaf0b18e35bbf7ca6bdb8ef438e578.zip
FreeBSD-src-246a49807bbaf0b18e35bbf7ca6bdb8ef438e578.tar.gz
MFp4: Integrate a boatload of bug fixes from p4. We're right on the
8k boundary with this program still. text data bss dec hex filename 7925 4 4476 12405 3075 bootiic.out so we have like 293 bytes left before we have to play games. There may be ways to reduce that somewhat, but they start to be very board specific.
Diffstat (limited to 'sys/boot/arm/at91/bootiic/Makefile')
-rw-r--r--sys/boot/arm/at91/bootiic/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/arm/at91/bootiic/Makefile b/sys/boot/arm/at91/bootiic/Makefile
index 639f28e..c9da664 100644
--- a/sys/boot/arm/at91/bootiic/Makefile
+++ b/sys/boot/arm/at91/bootiic/Makefile
@@ -2,7 +2,7 @@
P=bootiic
FILES=${P}
-SRCS=arm_init.S main.c
+SRCS=arm_init.S main.c loader_prompt.c env_vars.c
NO_MAN=
LDFLAGS=-e 0 -T ${.CURDIR}/../linker.cfg
OBJS+= ${SRCS:N*.h:R:S/$/.o/g}
OpenPOWER on IntegriCloud