From 7d219aab70e6951ab82c27c202cac05016696723 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 5 Oct 2006 10:17:08 +0000 Subject: build system overhaul --- scripts/Kbuild | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 scripts/Kbuild (limited to 'scripts/Kbuild') diff --git a/scripts/Kbuild b/scripts/Kbuild new file mode 100644 index 000000000..80c60733e --- /dev/null +++ b/scripts/Kbuild @@ -0,0 +1,11 @@ +### +# scripts contains sources for various helper programs used throughout +# the kernel for the build process. +# --------------------------------------------------------------------------- + +hostprogs-y += usage + +always := $(hostprogs-y) + +# Let clean descend into subdirs +subdir- += basic kconfig -- cgit v1.2.3