summaryrefslogtreecommitdiff
path: root/i/pc104/initrd/conf/busybox/applets/Kbuild
diff options
context:
space:
mode:
Diffstat (limited to 'i/pc104/initrd/conf/busybox/applets/Kbuild')
-rw-r--r--i/pc104/initrd/conf/busybox/applets/Kbuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/i/pc104/initrd/conf/busybox/applets/Kbuild b/i/pc104/initrd/conf/busybox/applets/Kbuild
new file mode 100644
index 0000000..4323e85
--- /dev/null
+++ b/i/pc104/initrd/conf/busybox/applets/Kbuild
@@ -0,0 +1,22 @@
+# Makefile for busybox
+#
+# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
+#
+# Licensed under the GPL v2, see the file LICENSE in this tarball.
+
+obj-y:=
+obj-y += applets.o
+obj-y += busybox.o
+
+# Generated file needs additional love
+
+applets/applets.o: .config include/usage_compressed.h
+
+hostprogs-y += usage
+always := $(hostprogs-y)
+HOSTCFLAGS_usage.o = -I$(srctree)/include
+
+quiet_cmd_gen_usage_compressed = GEN include/usage_compressed.h
+ cmd_gen_usage_compressed = $(srctree)/applets/usage_compressed include/usage_compressed.h applets
+include/usage_compressed.h: .config $(srctree)/include/usage.h applets/usage
+ $(call cmd,gen_usage_compressed)