Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Nov 2006 00:40:47 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 109577 for review
Message-ID:  <200611090040.kA90ells015456@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=109577

Change 109577 by imp@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=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611090040.kA90ells015456>