From 960738a3a8e479435612e39b0fc163f657c4c453 Mon Sep 17 00:00:00 2001 From: tijl Date: Sun, 2 Jun 2013 11:44:23 +0000 Subject: Convert old make variable modifiers :U and :L to bmake :tu and :tl. Reviewed by: sjg --- sys/boot/arm/at91/Makefile.inc | 2 +- sys/boot/arm/at91/boot2/Makefile | 2 +- sys/boot/arm/ixp425/Makefile.inc | 2 +- sys/boot/arm/ixp425/boot2/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/boot/arm') 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= -- cgit v1.1