u-boot/board/xilinx/ppc440-generic/config.mk

5 lines
119 B
Makefile

# need to strip off double quotes
ifneq ($(CONFIG_SYS_LDSCRIPT),)
LDSCRIPT := $(subst ",,$(CONFIG_SYS_LDSCRIPT))
endif