summaryrefslogtreecommitdiff
path: root/example/test/Makefile
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-03-07 15:08:04 -0500
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-03-07 15:08:04 -0500
commit2995e97cd489abeeedf90ac60b4b98499661ce7e (patch)
treefa76bacff20df4c88c6d7973b56ba3be588a36d3 /example/test/Makefile
parent317c70674d1d889b98b3b127099ab876f55f1f2d (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/test/Makefile')
-rw-r--r--example/test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/example/test/Makefile b/example/test/Makefile
index 041722b..7bdeca0 100644
--- a/example/test/Makefile
+++ b/example/test/Makefile
@@ -10,9 +10,10 @@ CFLAGS = -Wall \
-Wextra \
-Wpedantic \
-I../libfib \
+ -I.. \
-std=c17
LDFLAGS = -L../libfib \
-lfib
-include ../tools/mcd.prog.mk
+include ../tools/mk/mcd.prog.mk