kumquat-buildroot/target/device/ARMLTD/Makefile.in
Thomas Petazzoni 79c213fbe5 target: use qstrip
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-09-05 14:43:17 +02:00

10 lines
192 B
Makefile

ifeq ($(BR2_TARGET_ARMLTD),y)
BOARD_NAME=$(call qstrip,$(BR2_BOARD_NAME))
BOARD_PATH=$(call qstrip,$(BR2_BOARD_PATH))
# pin some settings
BR2_GNU_TARGET_SUFFIX:="linux-uclibcgnueabi"
endif