diff options
| author | Tijl Coosemans <tijl@FreeBSD.org> | 2013-06-02 11:44:23 +0000 |
|---|---|---|
| committer | Tijl Coosemans <tijl@FreeBSD.org> | 2013-06-02 11:44:23 +0000 |
| commit | 53089271a1128b72f030d0f73120ac9de3bf63ab (patch) | |
| tree | 20eab6b2fee7b3c6015360e73c9c5912816da115 /sys/boot/arm | |
| parent | ef32af218067344eb35dceda565861cd9e827d0d (diff) | |
Notes
Diffstat (limited to 'sys/boot/arm')
| -rw-r--r-- | sys/boot/arm/at91/Makefile.inc | 2 | ||||
| -rw-r--r-- | sys/boot/arm/at91/boot2/Makefile | 2 | ||||
| -rw-r--r-- | sys/boot/arm/ixp425/Makefile.inc | 2 | ||||
| -rw-r--r-- | sys/boot/arm/ixp425/boot2/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/boot/arm/at91/Makefile.inc b/sys/boot/arm/at91/Makefile.inc index 2f528e365911..3c6f5ca8b05f 100644 --- a/sys/boot/arm/at91/Makefile.inc +++ b/sys/boot/arm/at91/Makefile.inc @@ -21,7 +21,7 @@ CFLAGS=-Os -mcpu=arm9 -ffreestanding \ -Wmissing-declarations # -Wstrict-prototypes -CFLAGS+=-DBOOT_${BOOT_FLAVOR:U} +CFLAGS+=-DBOOT_${BOOT_FLAVOR:tu} LIBAT91=${.OBJDIR}/../libat91/libat91.a diff --git a/sys/boot/arm/at91/boot2/Makefile b/sys/boot/arm/at91/boot2/Makefile index 82054259baec..ea02b8e5de1d 100644 --- a/sys/boot/arm/at91/boot2/Makefile +++ b/sys/boot/arm/at91/boot2/Makefile @@ -4,7 +4,7 @@ P=boot2 FILES=${P} -SRCS=arm_init.S boot2.c ${BOOT_FLAVOR:L}_board.c +SRCS=arm_init.S boot2.c ${BOOT_FLAVOR:tl}_board.c NO_MAN= LDFLAGS=-e 0 -T ${.CURDIR}/../linker.cfg OBJS+= ${SRCS:N*.h:R:S/$/.o/g} diff --git a/sys/boot/arm/ixp425/Makefile.inc b/sys/boot/arm/ixp425/Makefile.inc index 37af9c7b3747..031b7afa616e 100644 --- a/sys/boot/arm/ixp425/Makefile.inc +++ b/sys/boot/arm/ixp425/Makefile.inc @@ -21,7 +21,7 @@ CFLAGS+=-Os -ffreestanding \ # -Wstrict-prototypes -CFLAGS+=-DBOOT_${BOOT_FLAVOR:U} +CFLAGS+=-DBOOT_${BOOT_FLAVOR:tu} LD ?= ld OBJCOPY ?= objcopy diff --git a/sys/boot/arm/ixp425/boot2/Makefile b/sys/boot/arm/ixp425/boot2/Makefile index a329b65c0db6..07b8be71879b 100644 --- a/sys/boot/arm/ixp425/boot2/Makefile +++ b/sys/boot/arm/ixp425/boot2/Makefile @@ -12,7 +12,7 @@ FIXUP_BOOT_DRV=yes P=boot2 FILES=${P} -SRCS=arm_init.S boot2.c ${BOOT_FLAVOR:L}_board.c +SRCS=arm_init.S boot2.c ${BOOT_FLAVOR:tl}_board.c SRCS+=memchr.c memcmp.c memcpy.c memmem.c memset.c printf.c strcmp.c strcpy.c SRCS+=strlen.c ashldi3.c divsi3.S muldi3.c NO_MAN= |
