summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorMike Frysinger2010-11-18 12:31:46 +0100
committerPeter Korsgaard2010-12-11 02:01:10 +0100
commit176afdb3a180e0833d8b0a5085a2745e2b3e2d27 (patch)
tree64ea2b98f489d25c2a057e52a4c060fed344b98e /linux
parentlinux: set a few more initramfs opts for newer kernels (diff)
downloadbuildroot-176afdb3a180e0833d8b0a5085a2745e2b3e2d27.tar.gz
buildroot-176afdb3a180e0833d8b0a5085a2745e2b3e2d27.tar.xz
buildroot-176afdb3a180e0833d8b0a5085a2745e2b3e2d27.zip
linux: add shorter shortcuts
We only have one Linux kernel package, and "linux26-" is an anachronism in today's world. So add useful "linux-%" shortcuts to the "linux26-%". Signed-off-by: Mike Frysinger <vapier@gentoo.org> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'linux')
-rw-r--r--linux/linux.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/linux.mk b/linux/linux.mk
index ab90c03e4..5f89b7dd3 100644
--- a/linux/linux.mk
+++ b/linux/linux.mk
@@ -179,3 +179,6 @@ endif
endif
endif
+
+linux-%:
+ $(MAKE) $(subst linux-,linux26-,$@)