]> git.gag.com Git - fw/sdcc/blobdiff - src/izt/Makefile
Began adding the code generation framework.
[fw/sdcc] / src / izt / Makefile
index 5ae472096f6d47ccb77e7836ca6d39fdb91df189..1e6e54123bb64e9ccbe2564ccfba0b425803c886 100644 (file)
@@ -2,7 +2,7 @@ PRJDIR = ../..
 
 include $(PRJDIR)/Makefile.common
 
-OBJ = i186.o ralloc.o gen.o tlcs900h.o
+OBJ = i186.o ralloc.o gen.o tlcs900h.o gen_generic.o
 LIB = port.a
 
 CFLAGS += -I.. -I. -I../..