[Buildroot] [PATCH] linux: add shorter shortcuts

Mike Frysinger vapier at gentoo.org
Thu Nov 18 10:24:43 UTC 2010


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 at gentoo.org>
---
 linux/linux.mk |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/linux/linux.mk b/linux/linux.mk
index fb858b0..4ab519b 100644
--- a/linux/linux.mk
+++ b/linux/linux.mk
@@ -188,3 +188,6 @@ endif
 endif
 
 endif
+
+linux-%:
+	$(MAKE) $(subst linux-,linux26-,$@)
-- 
1.7.3.2



More information about the buildroot mailing list