diff options
| author | Christian Eppler <c.eppler@linutonix.de> | 2013-05-13 16:22:27 +0200 |
|---|---|---|
| committer | Christian Eppler <c.eppler@linutonix.de> | 2013-05-13 16:22:27 +0200 |
| commit | 9e05689406c83ae3020ca32a6ec6387466209138 (patch) | |
| tree | 20a95a65df7e46b584c666ec74850df6d62b3045 /kconfig-frontends/Makefile.am | |
| parent | cea5039322781f6085dd47954af5584ca3f78911 (diff) | |
Implement Kconfig build system
Signed-off-by: Christian Eppler <c.eppler@linutonix.de>
Diffstat (limited to 'kconfig-frontends/Makefile.am')
| -rw-r--r-- | kconfig-frontends/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
