at91bootstrap: don't depend on BR .config
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 14 Jun 2010 20:21:11 +0000 (22:21 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 14 Jun 2010 20:21:11 +0000 (22:21 +0200)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
boot/at91bootstrap/at91bootstrap.mk

index 903069653d1831ae0986967599ec880402a1621e..d7723c44c5f8ed4b5fb652597602b903a93ca8c9 100644 (file)
@@ -35,7 +35,7 @@ $(AT91BOOTSTRAP_DIR)/.unpacked: $(DL_DIR)/$(AT91BOOTSTRAP_SOURCE)
        toolchain/patch-kernel.sh $(AT91BOOTSTRAP_DIR) boot/at91bootstrap/ at91bootstrap-$(AT91BOOTSTRAP_VERSION)\*.patch
        touch $(AT91BOOTSTRAP_DIR)/.unpacked
 
-$(AT91BOOTSTRAP_DIR)/.configured: $(AT91BOOTSTRAP_DIR)/.unpacked .config
+$(AT91BOOTSTRAP_DIR)/.configured: $(AT91BOOTSTRAP_DIR)/.unpacked
        $(MAKE) \
                MEMORY=$(AT91BOOTSTRAP_MEMORY) \
                CROSS_COMPILE=$(TARGET_CROSS) \