Fix bad parameter list for patching linux kernel

This commit is contained in:
Ulf Samuelsson 2007-08-19 22:28:51 +00:00
parent 3978c67570
commit 979718c8d9

View File

@ -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))