mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-13 04:38:20 +00:00
iwl_firmware: use CUSTOM_TARGET_DEPS
This commit is contained in:
committed by
Norman Feske
parent
f3f8d9a6de
commit
1867cf4967
@ -9,7 +9,7 @@ IMAGES += $(notdir $(wildcard $(WIFI_CONTRIB_DIR)/firmware/*.db))
|
|||||||
BIN_DIR := $(BUILD_BASE_DIR)/bin
|
BIN_DIR := $(BUILD_BASE_DIR)/bin
|
||||||
FW_DIR := $(WIFI_CONTRIB_DIR)/firmware
|
FW_DIR := $(WIFI_CONTRIB_DIR)/firmware
|
||||||
|
|
||||||
all: $(addprefix $(BIN_DIR)/,$(IMAGES))
|
CUSTOM_TARGET_DEPS += $(addprefix $(BIN_DIR)/,$(IMAGES))
|
||||||
|
|
||||||
$(BIN_DIR)/%.ucode: $(FW_DIR)/%.ucode
|
$(BIN_DIR)/%.ucode: $(FW_DIR)/%.ucode
|
||||||
$(VERBOSE)cp $^ $@
|
$(VERBOSE)cp $^ $@
|
||||||
|
Reference in New Issue
Block a user