* sim/ucsim/hc08.src/inst.cc,
[fw/sdcc] / device / lib / hc08 / Makefile
index fc53ea7cb8e45b0e31233685207b8516c3d8b27c..baded10f95828eed566f90eea284a9f23d1b2696 100644 (file)
@@ -5,7 +5,7 @@ TOPDIR = ../../..
 SCC = $(TOPDIR)/bin/sdcc -mhc08
 SAS = $(TOPDIR)/bin/as6808
 
-OBJ = _ret.rel _divuint.rel _divulong.rel
+OBJ = _ret.rel _divuint.rel _divulong.rel _mulint.rel _mullong.rel
 
 LIB = hc08.lib
 CC = $(SCC)
@@ -29,4 +29,4 @@ $(LIB): $(OBJ) Makefile _dummy
 _dummy:
 
 clean:
-       rm -f *.o *.sym *.lst *~ $(CLEANSPEC) *.dump* *.asm *.lib
+       rm -f *.rel *.sym *.lst *~ $(CLEANSPEC) *.dump* *.asm *.lib