diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-19 22:12:47 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-19 22:12:47 +0000 |
commit | 68b4615a9ee4ea52de97b69dbe141815f60b5c18 (patch) | |
tree | a87d7028bb6c8d26ece0236e8d9945f68f03a236 /scripts/Kbuild | |
parent | 82e7dab60193811d9e31e9ab44fb66a4276d870f (diff) | |
download | busybox-w32-68b4615a9ee4ea52de97b69dbe141815f60b5c18.tar.gz busybox-w32-68b4615a9ee4ea52de97b69dbe141815f60b5c18.tar.bz2 busybox-w32-68b4615a9ee4ea52de97b69dbe141815f60b5c18.zip |
move usage_compressed.h generation into applets/
git-svn-id: svn://busybox.net/trunk/busybox@16408 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 | ||