diff options
author | imp <imp@FreeBSD.org> | 2007-08-09 05:16:55 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2007-08-09 05:16:55 +0000 |
commit | 84d5db62db7fae363e820c77d44cb82d8e7716ee (patch) | |
tree | 41fde1e15572f83293777afe2b3945cc20d3cdea /sys/boot/arm/at91/libat91/Makefile | |
parent | 941dd6f9f69a56fc45af045a684123d7f63b3928 (diff) | |
download | FreeBSD-src-84d5db62db7fae363e820c77d44cb82d8e7716ee.zip FreeBSD-src-84d5db62db7fae363e820c77d44cb82d8e7716ee.tar.gz |
Use the .S version for now. I have a version optimized for size p4,
but I'm unsure of its provenance, so rather than add it here, revert
the migration to it.
Approved by: re@ (blanket)
Diffstat (limited to 'sys/boot/arm/at91/libat91/Makefile')
-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 1e74137..08585fd 100644 --- a/sys/boot/arm/at91/libat91/Makefile +++ b/sys/boot/arm/at91/libat91/Makefile @@ -8,7 +8,7 @@ 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 strcvt.c strlen.c strcmp.c memcpy.c strcpy.c \ memset.c memcmp.c -SRCS+=ashldi3.c divsi3.c +SRCS+=ashldi3.c divsi3.S NO_MAN= .if ${MK_TAG_LIST} != "no" |