diff options
| author | Warner Losh <imp@FreeBSD.org> | 2006-10-20 16:57:30 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2006-10-20 16:57:30 +0000 |
| commit | f8b97a442a3d6249ac00bb6b9c4b3702acf53055 (patch) | |
| tree | ef037f1133bd87a26c730e6eaac7f4122d43b9d5 /sys/boot | |
| parent | 0fc32899f100d2d383e6e9d6d2eb137376c76e67 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/arm/at91/libat91/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/arm/at91/libat91/Makefile b/sys/boot/arm/at91/libat91/Makefile index 984ae311e2c8..53e7aa925d7f 100644 --- a/sys/boot/arm/at91/libat91/Makefile +++ b/sys/boot/arm/at91/libat91/Makefile @@ -4,7 +4,7 @@ LIB= at91 INTERNALLIB= -SRCS=at91rm9200_lowlevel.c delay.c eeprom.c emac.c emac_init.c fpga.c getc.c \ +SRCS=at91rm9200_lowlevel.c delay.c eeprom.c emac.c emac_init.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 |
