summaryrefslogtreecommitdiffstats
path: root/sys/boot/arm/at91
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/at91
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/at91')
-rw-r--r--sys/boot/arm/at91/Makefile.inc2
-rw-r--r--sys/boot/arm/at91/boot2/Makefile2
2 files changed, 2 insertions, 2 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}
OpenPOWER on IntegriCloud