mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 19:56:35 +00:00
at91bootstrap: remove unused/useless code
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
b19272d4be
commit
004acd88b1
@ -50,8 +50,6 @@ $(AT91BOOTSTRAP_DIR)/.configured: $(AT91BOOTSTRAP_DIR)/.unpacked .config
|
|||||||
$(AT91BOOTSTRAP_BOARD)_defconfig
|
$(AT91BOOTSTRAP_BOARD)_defconfig
|
||||||
touch $(AT91BOOTSTRAP_DIR)/.configured
|
touch $(AT91BOOTSTRAP_DIR)/.configured
|
||||||
|
|
||||||
# $(BOARD_NAME)_defconfig
|
|
||||||
|
|
||||||
$(AT91BOOTSTRAP_TARGET): $(AT91BOOTSTRAP_DIR)/.configured
|
$(AT91BOOTSTRAP_TARGET): $(AT91BOOTSTRAP_DIR)/.configured
|
||||||
$(MAKE) \
|
$(MAKE) \
|
||||||
MEMORY=$(AT91BOOTSTRAP_MEMORY) \
|
MEMORY=$(AT91BOOTSTRAP_MEMORY) \
|
||||||
@ -61,19 +59,13 @@ $(AT91BOOTSTRAP_TARGET): $(AT91BOOTSTRAP_DIR)/.configured
|
|||||||
|
|
||||||
$(AT91BOOTSTRAP_DIR)/.installed:: $(AT91BOOTSTRAP_TARGET)
|
$(AT91BOOTSTRAP_DIR)/.installed:: $(AT91BOOTSTRAP_TARGET)
|
||||||
mkdir -p $(BINARIES_DIR)
|
mkdir -p $(BINARIES_DIR)
|
||||||
ifeq ($(AT91BOOTSTRAP_VERSION),2.3)
|
|
||||||
cp $(AT91BOOTSTRAP_TARGET) $(BINARIES_DIR)/$(AT91BOOTSTRAP_BINARY)
|
|
||||||
else
|
|
||||||
make MEMORY=$(AT91BOOTSTRAP_MEMORY) \
|
make MEMORY=$(AT91BOOTSTRAP_MEMORY) \
|
||||||
CROSS_COMPILE=$(TARGET_CROSS) \
|
CROSS_COMPILE=$(TARGET_CROSS) \
|
||||||
-C $(AT91BOOTSTRAP_DIR) boot
|
-C $(AT91BOOTSTRAP_DIR) boot
|
||||||
make DESTDIR=$(BINARIES_DIR) -C $(AT91BOOTSTRAP_DIR) install || \
|
make DESTDIR=$(BINARIES_DIR) -C $(AT91BOOTSTRAP_DIR) install || \
|
||||||
echo "Could not copy bootstrap to BINARIES_DIR"
|
echo "Could not copy bootstrap to BINARIES_DIR"
|
||||||
endif
|
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
# cp $(AT91BOOTSTRAP_TARGET) $(BINARIES_DIR)/$(AT91BOOTSTRAP_BINARY)
|
|
||||||
|
|
||||||
.PHONY: at91bootstrap at91bootstrap-source
|
.PHONY: at91bootstrap at91bootstrap-source
|
||||||
|
|
||||||
at91bootstrap: $(AT91BOOTSTRAP_DIR)/.installed
|
at91bootstrap: $(AT91BOOTSTRAP_DIR)/.installed
|
||||||
@ -97,8 +89,4 @@ at91bootstrap-dirclean:
|
|||||||
#############################################################
|
#############################################################
|
||||||
ifeq ($(BR2_TARGET_AT91BOOTSTRAP),y)
|
ifeq ($(BR2_TARGET_AT91BOOTSTRAP),y)
|
||||||
TARGETS+=at91bootstrap
|
TARGETS+=at91bootstrap
|
||||||
endif
|
|
||||||
|
|
||||||
at91bootstrap-status:
|
|
||||||
@echo AT91BOOTSTRAP_BOARD=$(AT91BOOTSTRAP_BOARD)
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user