summaryrefslogtreecommitdiffstats
path: root/sys/boot/arm/at91/libat91/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-10-20 09:12:05 +0000
committerimp <imp@FreeBSD.org>2006-10-20 09:12:05 +0000
commit5a969a2f856164eaf127e943009b81da43eedc6c (patch)
tree57f5e62ba320c67028e0c5dfe6993cb0795920a3 /sys/boot/arm/at91/libat91/Makefile
parent5658cd64516e3428ec1f47d32e4bd55b24b3477d (diff)
downloadFreeBSD-src-5a969a2f856164eaf127e943009b81da43eedc6c.zip
FreeBSD-src-5a969a2f856164eaf127e943009b81da43eedc6c.tar.gz
MFp4:
Massive update. The highlights: o dramatically cut memory usage by writing better, less intertwingled code. o implement booting off mmc/sd cards (sd only tested one at the moment) o start to split out board specific stuff for boot2.
Diffstat (limited to 'sys/boot/arm/at91/libat91/Makefile')
-rw-r--r--sys/boot/arm/at91/libat91/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/boot/arm/at91/libat91/Makefile b/sys/boot/arm/at91/libat91/Makefile
index b016065..984ae31 100644
--- a/sys/boot/arm/at91/libat91/Makefile
+++ b/sys/boot/arm/at91/libat91/Makefile
@@ -4,9 +4,11 @@
LIB= at91
INTERNALLIB=
-SRCS=at91rm9200_lowlevel.c delay.c eeprom.c emac.c emac_init.c getc.c \
- p_string.c putchar.c printf.c reset.c spi_flash.c xmodem.c \
- sd-card.c mci_device.c
+SRCS=at91rm9200_lowlevel.c delay.c eeprom.c emac.c emac_init.c fpga.c getc.c \
+ putchar.c printf.c reset.c spi_flash.c xmodem.c \
+ sd-card.c mci_device.c strcvt.c strlen.c strcmp.c memcpy.c strcpy.c \
+ memset.c memcmp.c
+SRCS+=ashldi3.c divsi3.S
NO_MAN=
.if ${MK_TAG_LIST} != "no"
OpenPOWER on IntegriCloud