aboutsummaryrefslogtreecommitdiff
path: root/scripts/Kbuild
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-10-19 22:12:47 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-10-19 22:12:47 +0000
commitb560577cb27a4a15a5e1a77d3ac720d2151d3d60 (patch)
treea87d7028bb6c8d26ece0236e8d9945f68f03a236 /scripts/Kbuild
parent52b5eba715b29ed3e52eaa95a51307cacb4d7677 (diff)
downloadbusybox-w32-b560577cb27a4a15a5e1a77d3ac720d2151d3d60.tar.gz
busybox-w32-b560577cb27a4a15a5e1a77d3ac720d2151d3d60.tar.bz2
busybox-w32-b560577cb27a4a15a5e1a77d3ac720d2151d3d60.zip
move usage_compressed.h generation into applets/
Diffstat (limited to 'scripts/Kbuild')
-rw-r--r--scripts/Kbuild6
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
6hostprogs-y += usage
7
8always := $(hostprogs-y)
9
10# Let clean descend into subdirs 6# Let clean descend into subdirs
11subdir- += basic kconfig 7subdir- += basic kconfig
12
13HOSTCFLAGS_usage.o = -I$(srctree)/include