From 3011d235185b490e619dd8b01004538c5985b0ed Mon Sep 17 00:00:00 2001 From: Thomas De Schampheleire Date: Sat, 17 Sep 2011 22:22:51 +0200 Subject: 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 Signed-off-by: Thomas De Schampheleire Signed-off-by: Peter Korsgaard --- linux/Config.ext.in | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 linux/Config.ext.in (limited to 'linux/Config.ext.in') diff --git a/linux/Config.ext.in b/linux/Config.ext.in new file mode 100644 index 000000000..50e801d67 --- /dev/null +++ b/linux/Config.ext.in @@ -0,0 +1,3 @@ +menu "Linux Kernel Extensions" + +endmenu -- cgit v1.2.3