diff options
author | imp <imp@FreeBSD.org> | 2006-08-10 18:14:35 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2006-08-10 18:14:35 +0000 |
commit | f67340299e289ea376548b9f3e20250e51bbe46d (patch) | |
tree | 4749b014b833e221768865c47824bd179d347124 /sys/boot/arm/at91/libat91/Makefile | |
parent | 349e8420c62cf61979807e1193b4eaf4fc8c2a6e (diff) | |
download | FreeBSD-src-f67340299e289ea376548b9f3e20250e51bbe46d.zip FreeBSD-src-f67340299e289ea376548b9f3e20250e51bbe46d.tar.gz |
MFp4:
Remove obsolete files in list
Add spi flash reading routines
Diffstat (limited to 'sys/boot/arm/at91/libat91/Makefile')
-rw-r--r-- | sys/boot/arm/at91/libat91/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/arm/at91/libat91/Makefile b/sys/boot/arm/at91/libat91/Makefile index c8dbb52..7c323b0 100644 --- a/sys/boot/arm/at91/libat91/Makefile +++ b/sys/boot/arm/at91/libat91/Makefile @@ -4,8 +4,8 @@ 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 +SRCS=at91rm9200_lowlevel.c eeprom.c emac.c getc.c \ + p_string.c putchar.c printf.c spi_flash.c xmodem.c NO_MAN= .if ${MK_TAG_LIST} != "no" |