projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
877a486
)
U_BOOT_ARCH_PATCH_DIR should contain a value or should not be defined, empty string...
author
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Tue, 20 Jan 2009 08:11:26 +0000
(08:11 -0000)
committer
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Tue, 20 Jan 2009 08:11:26 +0000
(08:11 -0000)
target/u-boot/Makefile.in
patch
|
blob
|
history
diff --git
a/target/u-boot/Makefile.in
b/target/u-boot/Makefile.in
index 1386e03a7d78710e92869f23464addc32f9407e4..77481760f701d396cb3593d8e53bff062c839144 100644
(file)
--- a/
target/u-boot/Makefile.in
+++ b/
target/u-boot/Makefile.in
@@
-88,7
+88,7
@@
$(U_BOOT_DIR)/.patched: $(U_BOOT_DIR)/.unpacked
toolchain/patch-kernel.sh $(U_BOOT_DIR) target/u-boot/$(U_BOOT_VERSION) \
u-boot-$(U_BOOT_VERSION)-\*.patch \
u-boot-$(U_BOOT_VERSION)-\*.patch.$(ARCH)
-ifneq ($(strip $(U_BOOT_ARCH_PATCH_DIR)),
""
)
+ifneq ($(strip $(U_BOOT_ARCH_PATCH_DIR)),)
toolchain/patch-kernel.sh $(U_BOOT_DIR) $(U_BOOT_ARCH_PATCH_DIR) \*.patch
endif
ifneq ($(strip $(BR2_TARGET_UBOOT_CUSTOM_PATCH)),"")