X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Favr32%2Fimage%2Fu-boot%2FMakefile;h=2d95b87694c7fe0e484928d1bb498f92279ae675;hb=94a2468fdda58ca35b4edd4ebf7279855f1cee43;hp=b7dcd90f660293bfe86e09c4d3a371c2d8731662;hpb=7fd5e14d44e4eb604410c1b771211bddc09eea64;p=openwrt-10.03%2F.git diff --git a/target/linux/avr32/image/u-boot/Makefile b/target/linux/avr32/image/u-boot/Makefile index b7dcd90f6..2d95b8769 100644 --- a/target/linux/avr32/image/u-boot/Makefile +++ b/target/linux/avr32/image/u-boot/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008 OpenWrt.org +# Copyright (C) 2008-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -24,8 +24,7 @@ UBOOT_CONFIG=$(strip $(subst ",, $(CONFIG_AVR32_UBOOT_TARGET))) define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) $(UBOOT_CONFIG)_config - export CROSS_COMPILE=$(TARGET_CROSS); - $(MAKE) -C $(PKG_BUILD_DIR) + $(MAKE) -C $(PKG_BUILD_DIR) CROSS_COMPILE=$(TARGET_CROSS) endef define Build/InstallDev