From 7fb68f199f037cb69363c8df5c934a27adc699f7 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 9 May 2010 04:22:48 +0200 Subject: make it possible to keep Config/Kbuild snippets in *.c files Signed-off-by: Denys Vlasenko --- findutils/Kbuild.src | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 findutils/Kbuild.src (limited to 'findutils/Kbuild.src') diff --git a/findutils/Kbuild.src b/findutils/Kbuild.src new file mode 100644 index 000000000..771789ff5 --- /dev/null +++ b/findutils/Kbuild.src @@ -0,0 +1,9 @@ +# Makefile for busybox +# +# Copyright (C) 1999-2005 by Erik Andersen +# +# Licensed under the GPL v2, see the file LICENSE in this tarball. + +lib-y:= + +INSERT -- cgit v1.2.3