|
@@ -63,22 +63,16 @@ $(AT91BOOTSTRAP_DIR)/.installed:: $(AT91BOOTSTRAP_TARGET)
|
|
|
mkdir -p $(BINARIES_DIR)
|
|
|
ifeq ($(AT91BOOTSTRAP_VERSION),2.3)
|
|
|
cp $(AT91BOOTSTRAP_TARGET) $(BINARIES_DIR)/$(AT91BOOTSTRAP_BINARY)
|
|
|
- $(call COPY_FILE, $(AT91BOOTSTRAP_TARGET), $(BR2_TARGET_ATMEL_COPYTO), $(AT91BOOTSTRAP_BINARY))
|
|
|
else
|
|
|
make MEMORY=$(AT91BOOTSTRAP_MEMORY) \
|
|
|
CROSS_COMPILE=$(TARGET_CROSS) \
|
|
|
-C $(AT91BOOTSTRAP_DIR) boot
|
|
|
make DESTDIR=$(BINARIES_DIR) -C $(AT91BOOTSTRAP_DIR) install || \
|
|
|
echo "Could not copy bootstrap to BINARIES_DIR"
|
|
|
-ifneq ($(BR2_TARGET_ATMEL_COPYTO),)
|
|
|
- make DESTDIR=$(BR2_TARGET_ATMEL_COPYTO) -C $(AT91BOOTSTRAP_DIR) install || \
|
|
|
- echo "Could not copy bootstrap to BR2_ATMEL_COPYTO"
|
|
|
-endif
|
|
|
endif
|
|
|
touch $@
|
|
|
|
|
|
# cp $(AT91BOOTSTRAP_TARGET) $(BINARIES_DIR)/$(AT91BOOTSTRAP_BINARY)
|
|
|
-# cp $(AT91BOOTSTRAP_TARGET) $(BR2_TARGET_ATMEL_COPYTO)/$(AT91BOOTSTRAP_BINARY)
|
|
|
|
|
|
.PHONY: at91bootstrap at91bootstrap-source
|
|
|
|