summaryrefslogtreecommitdiff
path: root/toolchain/uClibc
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-05-26 22:16:31 +0000
committerEric Andersen <andersen@codepoet.org>2005-05-26 22:16:31 +0000
commit9514bc67c3261874bfff2f5922b4e5408a6daf68 (patch)
treebd216ba660853d51c9d8dd7dce7a5726ef5281be /toolchain/uClibc
parent65e38ef9b79b5831bf0e5769e870d7ac5a56fc9c (diff)
Apply any uClibc patches that are present
Diffstat (limited to 'toolchain/uClibc')
-rw-r--r--toolchain/uClibc/uclibc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/uClibc/uclibc.mk b/toolchain/uClibc/uclibc.mk
index 0c7f9c636..2e7aa1e6f 100644
--- a/toolchain/uClibc/uclibc.mk
+++ b/toolchain/uClibc/uclibc.mk
@@ -47,6 +47,7 @@ $(DL_DIR)/$(UCLIBC_SOURCE):
$(UCLIBC_DIR)/.unpacked: $(DL_DIR)/$(UCLIBC_SOURCE)
mkdir -p $(TOOL_BUILD_DIR)
bzcat $(DL_DIR)/$(UCLIBC_SOURCE) | tar -C $(TOOL_BUILD_DIR) $(TAR_OPTIONS) -
+ toolchain/patch-kernel.sh $(UCLIBC_DIR) toolchain/uClibc/ *.patch
touch $(UCLIBC_DIR)/.unpacked
$(UCLIBC_DIR)/.configured: $(UCLIBC_DIR)/.unpacked