From 5e1a84ab74d5e97582427f016f291a8c11e66f99 Mon Sep 17 00:00:00 2001 From: jutteau Date: Fri, 11 May 2007 18:10:19 +0000 Subject: Completion du script de mise à jour de la pc-104 : * Ajout des sources de busybox dans ./conf/busybox/ * Ajout d'un fichier réclamé par les script dans ./conf/busybox.links --- i/pc104/initrd/conf/busybox/editors/Kbuild | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 i/pc104/initrd/conf/busybox/editors/Kbuild (limited to 'i/pc104/initrd/conf/busybox/editors/Kbuild') diff --git a/i/pc104/initrd/conf/busybox/editors/Kbuild b/i/pc104/initrd/conf/busybox/editors/Kbuild new file mode 100644 index 0000000..d991e1f --- /dev/null +++ b/i/pc104/initrd/conf/busybox/editors/Kbuild @@ -0,0 +1,12 @@ +# Makefile for busybox +# +# Copyright (C) 1999-2005 by Erik Andersen +# +# Licensed under the GPL v2, see the file LICENSE in this tarball. + +lib-y:= +lib-$(CONFIG_AWK) += awk.o +lib-$(CONFIG_ED) += ed.o +lib-$(CONFIG_PATCH) += patch.o +lib-$(CONFIG_SED) += sed.o +lib-$(CONFIG_VI) += vi.o -- cgit v1.2.3