summaryrefslogtreecommitdiffstats
path: root/boot
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2015-05-04 14:33:18 +0200
committerPeter Korsgaard <peter@korsgaard.com>2015-05-04 14:33:18 +0200
commit8721c03a7f849af3c7f6577d6e77086332bdcc7f (patch)
tree07b315ece95e45fe1f6e4f4b1de575bd35b1719e /boot
parentc81ac0ff6f873af7d6a95ddfbc180a24a1bff031 (diff)
downloadbuildroot-8721c03a7f849af3c7f6577d6e77086332bdcc7f.tar.gz
buildroot-8721c03a7f849af3c7f6577d6e77086332bdcc7f.zip
barebox: unbreak custom patch handling after 0eba4759 (packages: apply custom patches using *.patch instead of <pkg>-*.patch)
The commit accidently dropped the continuation character (\), breaking the logic. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'boot')
-rw-r--r--boot/barebox/barebox.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/barebox/barebox.mk b/boot/barebox/barebox.mk
index 764791d35f..294acbd4b5 100644
--- a/boot/barebox/barebox.mk
+++ b/boot/barebox/barebox.mk
@@ -30,7 +30,7 @@ BAREBOX_LICENSE_FILES = COPYING
ifneq ($(call qstrip,$(BR2_TARGET_BAREBOX_CUSTOM_PATCH_DIR)),)
define BAREBOX_APPLY_CUSTOM_PATCHES
- $(APPLY_PATCHES) $(@D)
+ $(APPLY_PATCHES) $(@D) \
$(BR2_TARGET_BAREBOX_CUSTOM_PATCH_DIR) \*.patch
endef
OpenPOWER on IntegriCloud