PERFORCE change 109577 for review

Warner Losh imp at FreeBSD.org
Thu Nov 9 00:40:48 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=109577

Change 109577 by imp at imp_lighthouse on 2006/11/09 00:40:26

	You can't delete a file and still keep it in the makefile.  Doh!

Affected files ...

.. //depot/projects/arm/src/sys/boot/arm/at91/libat91/Makefile#24 edit

Differences ...

==== //depot/projects/arm/src/sys/boot/arm/at91/libat91/Makefile#24 (text+ko) ====

@@ -6,7 +6,7 @@
 INTERNALLIB=
 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 \
+	sd-card.c strcvt.c strlen.c strcmp.c memcpy.c strcpy.c \
 	memset.c memcmp.c
 SRCS+=ashldi3.c divsi3.S
 NO_MAN=


More information about the p4-projects mailing list