From 84830c81c9e0188c840d13b99e077d557f210c21 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Wed, 25 Feb 2026 21:35:50 -0500 Subject: feat: Support for menuconfig & genconfig Support for menuconfig and genconfg as targets in cmake. --- source/test.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 source/test.c (limited to 'source/test.c') diff --git a/source/test.c b/source/test.c new file mode 100644 index 0000000..eac9f91 --- /dev/null +++ b/source/test.c @@ -0,0 +1,8 @@ +#include +#include "generated.h" + +int main(void) { + printf("CONFIG_AGE: %d\n", CONFIG_AGE); + printf("CONFIG_NAME: %s\n", CONFIG_NAME); +} + -- cgit v1.2.3