mirror of
https://github.com/HEYAHONG/kconfig-frontends.git
synced 2025-05-08 17:52:32 +08:00
8 lines
204 B
Makefile
8 lines
204 B
Makefile
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
|