summaryrefslogtreecommitdiffstats
path: root/sys/boot/arm
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2013-06-02 11:44:23 +0000
committertijl <tijl@FreeBSD.org>2013-06-02 11:44:23 +0000
commit960738a3a8e479435612e39b0fc163f657c4c453 (patch)
tree20eab6b2fee7b3c6015360e73c9c5912816da115 /sys/boot/arm
parent58ab3853c2b6638a45cc68fc6d6f7b18290f6260 (diff)
downloadFreeBSD-src-960738a3a8e479435612e39b0fc163f657c4c453.zip
FreeBSD-src-960738a3a8e479435612e39b0fc163f657c4c453.tar.gz
Convert old make variable modifiers :U and :L to bmake :tu and :tl.
Reviewed by: sjg
Diffstat (limited to 'sys/boot/arm')
-rw-r--r--sys/boot/arm/at91/Makefile.inc2
-rw-r--r--sys/boot/arm/at91/boot2/Makefile2
-rw-r--r--sys/boot/arm/ixp425/Makefile.inc2
-rw-r--r--sys/boot/arm/ixp425/boot2/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/boot/arm/at91/Makefile.inc b/sys/boot/arm/at91/Makefile.inc
index 2f528e3..3c6f5ca 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 8205425..ea02b8e 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 37af9c7..031b7af 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 a329b65..07b8be7 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=
OpenPOWER on IntegriCloud