[include] pass opkg offline root as command line arg, solves caching issues when...
[openwrt.git] / target / linux / avr32 / image / u-boot / Makefile
index 2d95b87..79bdb9f 100644 (file)
@@ -20,7 +20,7 @@ PKG_CAT:=bzcat
 
 include $(INCLUDE_DIR)/package.mk
 
 
 include $(INCLUDE_DIR)/package.mk
 
-UBOOT_CONFIG=$(strip $(subst ",, $(CONFIG_AVR32_UBOOT_TARGET)))
+UBOOT_CONFIG=$(call qstrip,$(CONFIG_AVR32_UBOOT_TARGET))
 
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) $(UBOOT_CONFIG)_config
 
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) $(UBOOT_CONFIG)_config
This page took 0.020634 seconds and 4 git commands to generate.