diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-03-07 15:08:04 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-03-07 15:08:04 -0500 |
| commit | 2995e97cd489abeeedf90ac60b4b98499661ce7e (patch) | |
| tree | fa76bacff20df4c88c6d7973b56ba3be588a36d3 /example/Makefile | |
| parent | 317c70674d1d889b98b3b127099ab876f55f1f2d (diff) | |
feat: Kconfig support added
Initial support for Kconfiglib has been added. This includes menuconfig,
savedefconfig, defconfig, and config.h generation.
Diffstat (limited to 'example/Makefile')
| -rw-r--r-- | example/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/example/Makefile b/example/Makefile index b0e81b3..3b69ed1 100644 --- a/example/Makefile +++ b/example/Makefile @@ -3,7 +3,10 @@ # # SPDX-License-Identifier: BSD-2-Clause # -SUBDIRS = libfib test +SUBDIRS = libfib test +KCONFIGLIB_DIR = tools/Kconfiglib +GENERATED_HEADER = config.h -include tools/mcd.subdir.mk +include tools/mk/mcd.subdir.mk +include tools/mk/mcd.Kconfig.mk |
