summaryrefslogtreecommitdiffstats
path: root/sys/boot/arm/at91/bootiic/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-04-21 13:40:26 +0000
committerimp <imp@FreeBSD.org>2006-04-21 13:40:26 +0000
commita894bea56ea25173bed9887a6fe5505bd3c08a63 (patch)
treeccc0b11af8b90ba1964401d0d049449484a62772 /sys/boot/arm/at91/bootiic/Makefile
parent65471b2ff830818568c0771ccb869e1fa6c362ce (diff)
downloadFreeBSD-src-a894bea56ea25173bed9887a6fe5505bd3c08a63.zip
FreeBSD-src-a894bea56ea25173bed9887a6fe5505bd3c08a63.tar.gz
Move from arm_init.s -> .S. #ifdef linux vs freebsd defaults for the
boot loader (linux booting helps regression testing). No repo copy because of limited history.
Diffstat (limited to 'sys/boot/arm/at91/bootiic/Makefile')
-rw-r--r--sys/boot/arm/at91/bootiic/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/arm/at91/bootiic/Makefile b/sys/boot/arm/at91/bootiic/Makefile
index deb30f8..639f28e 100644
--- a/sys/boot/arm/at91/bootiic/Makefile
+++ b/sys/boot/arm/at91/bootiic/Makefile
@@ -2,7 +2,7 @@
P=bootiic
FILES=${P}
-SRCS=arm_init.s main.c
+SRCS=arm_init.S main.c
NO_MAN=
LDFLAGS=-e 0 -T ${.CURDIR}/../linker.cfg
OBJS+= ${SRCS:N*.h:R:S/$/.o/g}
OpenPOWER on IntegriCloud