config.mk 119 B

1234
  1. # need to strip off double quotes
  2. ifneq ($(CONFIG_SYS_LDSCRIPT),)
  3. LDSCRIPT := $(subst ",,$(CONFIG_SYS_LDSCRIPT))
  4. endif