Kconfig is able to parse max32 configuration script.

This commit is contained in:
Serge Vakulenko
2015-06-01 19:14:27 -07:00
parent 31caa114fe
commit 47988903ae
11 changed files with 452 additions and 62 deletions

View File

@@ -1,5 +1,5 @@
CC = gcc -g
CFLAGS = -O -Wall
CFLAGS = -O -Wall -Werror
YACC = byacc -d
DESTDIR = /usr/local
OBJS = config.o main.o lang.o mkioconf.o mkmakefile.o mkheaders.o \