1 # ===========================================================================
2 # carl9170 configuration targets
3 # These targets are used from top-level makefile
9 # ===========================================================================
10 # Shared Makefile for the various kconfig executables:
13 @rm -f *.o zconf.tab.c lex.zconf.c zconf.hash.c lex.backup conf
15 # generated files seem to need this to find local include files
17 zconf.tab.o: lex.zconf.c zconf.hash.c
21 zconf.hash.c: zconf.gperf
24 bison -l -b $* -p $(notdir $*) $<
27 flex -L -P$(notdir $*) -o$@ $<
33 gcc $(CFLAGS) -I./ -c $< -o $@
35 conf: zconf.tab.o conf.o