summaryrefslogtreecommitdiffstats
path: root/package/Makefile.autotools.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-08-22 16:19:10 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-08-22 16:19:10 +0000
commit72e402609c67650cef9c4f1d6e87ac223284ea39 (patch)
tree769e9d731b2605ae2cb79128ae52ae34b7ed8f74 /package/Makefile.autotools.in
parent879c95de9efbf942037ecb5f768955bd4fe03ffd (diff)
downloadbuildroot-novena-72e402609c67650cef9c4f1d6e87ac223284ea39.tar.gz
buildroot-novena-72e402609c67650cef9c4f1d6e87ac223284ea39.zip
Diffstat (limited to 'package/Makefile.autotools.in')
-rw-r--r--package/Makefile.autotools.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in
index 61b5fd16b..69a6ac36f 100644
--- a/package/Makefile.autotools.in
+++ b/package/Makefile.autotools.in
@@ -146,6 +146,7 @@ $(BUILD_DIR)/%/.stamp_extracted:
$(BUILD_DIR)/%/.stamp_patched: NAMEVER = $($(PKG)_NAME)-$($(PKG)_VERSION)
$(BUILD_DIR)/%/.stamp_patched:
$(call MESSAGE,"Patching")
+ $(if $($(PKG)_PATCH),toolchain/patch-kernel.sh $(@D) $(DL_DIR) $($(PKG)_PATCH))
(if test -d package/$($(PKG)_NAME) ; then \
if test "$(wildcard package/$($(PKG)_NAME)/$(NAMEVER)*.patch)" ; then \
toolchain/patch-kernel.sh $(@D) package/$($(PKG)_NAME) $(NAMEVER)\*.patch || exit 1 ; \