From: Ulf Samuelsson Date: Sun, 19 Aug 2007 22:28:51 +0000 (-0000) Subject: Fix bad parameter list for patching linux kernel X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=979718c8d9c1003d59b086aa76594bfc24838389;p=buildroot.git Fix bad parameter list for patching linux kernel --- diff --git a/target/linux/Makefile.in b/target/linux/Makefile.in index 78dcab70fe..d6835efd1a 100644 --- a/target/linux/Makefile.in +++ b/target/linux/Makefile.in @@ -107,7 +107,7 @@ endif touch $@ $(LINUX26_DIR)/.patched: $(LINUX26_DIR)/.unpacked - toolchain/patch-kernel.sh $(LINUX26_DIR) $(LINUX26_PATCH_DIR) + toolchain/patch-kernel.sh $(LINUX26_DIR) $(LINUX26_PATCH_DIR) \*.patch touch $@ endif # ($(LINUX26_VERSION),$(LINUX_HEADERS_VERSION))