mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
Fix bad regexp in u-boot.mk
This commit is contained in:
@@ -59,7 +59,7 @@ $(UBOOT_PATCHES)/.unpacked: $(DL_DIR)/$(UBOOT_PATCH_SOURCE)
|
||||
touch $@
|
||||
|
||||
$(UBOOT_DIR)/.patched.$(UBOOT_PATCH_SOURCE): $(UBOOT_DIR)/.unpacked $(UBOOT_PATCHES)/.unpacked
|
||||
toolchain/patch-kernel.sh $(UBOOT_DIR) $(UBOOT_PATCHES) *.patch
|
||||
toolchain/patch-kernel.sh $(UBOOT_DIR) $(UBOOT_PATCHES) \*.patch
|
||||
touch $(UBOOT_DIR)/.patched.$(UBOOT_PATCH_SOURCE)
|
||||
# cp $(UBOOT_CONFIG_FILE) $(UBOOT_DIR)/include/configs/.
|
||||
# cp $(UBOOT_PATCHES)/cmd_defenv.c $(UBOOT_DIR)/common/.
|
||||
|
||||
Reference in New Issue
Block a user