diff options
Diffstat (limited to 'scripts/Kbuild')
-rw-r--r-- | scripts/Kbuild | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/Kbuild b/scripts/Kbuild index 80836cfb5..83b423253 100644 --- a/scripts/Kbuild +++ b/scripts/Kbuild | |||
@@ -3,11 +3,5 @@ | |||
3 | # the kernel for the build process. | 3 | # the kernel for the build process. |
4 | # --------------------------------------------------------------------------- | 4 | # --------------------------------------------------------------------------- |
5 | 5 | ||
6 | hostprogs-y += usage | ||
7 | |||
8 | always := $(hostprogs-y) | ||
9 | |||
10 | # Let clean descend into subdirs | 6 | # Let clean descend into subdirs |
11 | subdir- += basic kconfig | 7 | subdir- += basic kconfig |
12 | |||
13 | HOSTCFLAGS_usage.o = -I$(srctree)/include | ||