summaryrefslogtreecommitdiffstats
path: root/linux/linux.mk
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin+buildroot@gmail.com>2011-09-17 22:22:51 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-09-18 22:59:20 +0200
commit3011d235185b490e619dd8b01004538c5985b0ed (patch)
tree08acdcd0793b47a24f19f7328f1e334bdd4fc60f /linux/linux.mk
parentad1fd9778566e9020ace3b8c7d2b3815b67201b4 (diff)
downloadbuildroot-novena-3011d235185b490e619dd8b01004538c5985b0ed.tar.gz
buildroot-novena-3011d235185b490e619dd8b01004538c5985b0ed.zip
linux: Add Linux Kernel extensions menu
Add a kernel sub-menu (called "Linux Kernel Extensions"), which makes possible to patch it or tweak the kernel build step. * All linux/linux-ext-*.mk files will be read by the make process. * The menu can be customized in "linux/Config.ext.in". [Peter: small fixes] Signed-off-by: Benoit Mauduit <benoit.mauduit@openwide.fr> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'linux/linux.mk')
-rw-r--r--linux/linux.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/linux.mk b/linux/linux.mk
index d289b2842..f249d9670 100644
--- a/linux/linux.mk
+++ b/linux/linux.mk
@@ -177,6 +177,8 @@ define LINUX_INSTALL_TARGET_CMDS
fi
endef
+include linux/linux-ext-*.mk
+
$(eval $(call GENTARGETS,,linux))
linux-menuconfig linux-xconfig linux-gconfig linux-nconfig linux26-menuconfig linux26-xconfig linux26-gconfig linux26-nconfig: dirs $(LINUX_DIR)/.stamp_configured