From 9e05689406c83ae3020ca32a6ec6387466209138 Mon Sep 17 00:00:00 2001 From: Christian Eppler Date: Mon, 13 May 2013 16:22:27 +0200 Subject: Implement Kconfig build system Signed-off-by: Christian Eppler --- kconfig-frontends/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 kconfig-frontends/Makefile.am (limited to 'kconfig-frontends/Makefile.am') diff --git a/kconfig-frontends/Makefile.am b/kconfig-frontends/Makefile.am new file mode 100644 index 0000000..c3bec45 --- /dev/null +++ b/kconfig-frontends/Makefile.am @@ -0,0 +1,7 @@ +ACLOCAL_AMFLAGS = -I scripts/.autostuff/m4 +MAKEFLAGS = $(SILENT_MAKEFLAGS) +if COND_utils + MAYBE_utils = utils +endif +SUBDIRS = docs libs frontends scripts $(MAYBE_utils) +EXTRA_DIST = bootstrap .version -- cgit v1.2.3