From 2995e97cd489abeeedf90ac60b4b98499661ce7e Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sat, 7 Mar 2026 15:08:04 -0500 Subject: feat: Kconfig support added Initial support for Kconfiglib has been added. This includes menuconfig, savedefconfig, defconfig, and config.h generation. --- example/libfib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/libfib/Makefile') diff --git a/example/libfib/Makefile b/example/libfib/Makefile index 4df5255..fae976f 100644 --- a/example/libfib/Makefile +++ b/example/libfib/Makefile @@ -13,5 +13,5 @@ CFLAGS = -Wall \ -std=c17 SRCS = fib.c -include ../tools/mcd.lib.mk +include ../tools/mk/mcd.lib.mk -- cgit v1.2.3