diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-10-18 11:58:47 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-10-18 11:58:47 +0000 |
commit | d84a9fc2564213c79dcfc54727d6b3f0c72321ae (patch) | |
tree | ee0dc7fd93a8b45a2a83826daf2fdb72d85a6698 /target/linux | |
parent | 29ac0f18d2e7e98f1ed2697f2c9a244056db15aa (diff) | |
download | buildroot-novena-d84a9fc2564213c79dcfc54727d6b3f0c72321ae.tar.gz buildroot-novena-d84a9fc2564213c79dcfc54727d6b3f0c72321ae.zip |
Fix syntax error in Makefile for Advanced Linux configuration
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/Makefile.in.advanced | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/Makefile.in.advanced b/target/linux/Makefile.in.advanced index 08059921e..314b6a991 100644 --- a/target/linux/Makefile.in.advanced +++ b/target/linux/Makefile.in.advanced @@ -252,7 +252,7 @@ endif ifeq ($(BR2_KERNEL_HEADERS_PATCH_DIR),y) if [ -d $(KERNEL_HEADERS_PATCH_DIR) ] ; then \ toolchain/patch-kernel.sh $(LINUX26_DIR) $(KERNEL_HEADERS_PATCH_DIR) \ - linux-$(LINUX26_VERSION)-\*.patch{,.gz,.bz2} \ + linux-$(LINUX26_VERSION)-\*.patch{,.gz,.bz2} ; \ fi endif ifeq ($(BR2_PACKAGE_OPENSWAN),y) |