summaryrefslogtreecommitdiffstats
path: root/package/rt2570/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/rt2570/Makefile')
-rw-r--r--package/rt2570/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rt2570/Makefile b/package/rt2570/Makefile
index db7351eb0..11ccfc9ae 100644
--- a/package/rt2570/Makefile
+++ b/package/rt2570/Makefile
@@ -41,7 +41,7 @@ define Build/Compile
ARCH="$(LINUX_KARCH)" \
PWD="$(PKG_BUILD_DIR)/Module" \
KERNDIR="$(LINUX_DIR)" \
- PATCHLEVEL=" $(patsubst 2.%,%,$(KERNEL))"
+ PATCHLEVEL="$(patsubst 2.%,%,$(KERNEL))"
endef
$(eval $(call KernelPackage,rt2570))