diff options
Diffstat (limited to 'editors/Kbuild.src')
-rw-r--r-- | editors/Kbuild.src | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/Kbuild.src b/editors/Kbuild.src new file mode 100644 index 000000000..76302aa76 --- /dev/null +++ b/editors/Kbuild.src | |||
@@ -0,0 +1,14 @@ | |||
1 | # Makefile for busybox | ||
2 | # | ||
3 | # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> | ||
4 | # | ||
5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. | ||
6 | |||
7 | lib-y:= | ||
8 | lib-$(CONFIG_AWK) += awk.o | ||
9 | lib-$(CONFIG_CMP) += cmp.o | ||
10 | lib-$(CONFIG_DIFF) += diff.o | ||
11 | lib-$(CONFIG_ED) += ed.o | ||
12 | lib-$(CONFIG_PATCH) += patch.o | ||
13 | lib-$(CONFIG_SED) += sed.o | ||
14 | lib-$(CONFIG_VI) += vi.o | ||