Get Borland C++ Makefiles working again
[fw/sdcc] / src / Makefile.bcc
index 719fbeaccb90f85269436752ef871e054a9c59c4..a305b00d02dfd079721a3486382c2250f75366f1 100644 (file)
@@ -7,8 +7,8 @@ PRJDIR          = ..
 
 # !include $(PRJDIR)/Makefile.common
 
-PORTS          = mcs51 z80 avr
-PORT_LIBS       = mcs51/port.lib z80/port.lib avr/port.lib
+PORTS          = mcs51 z80 avr ds390
+PORT_LIBS       = mcs51/port.lib z80/port.lib avr/port.lib ds390/port.lib
 
 LIBS           = -lgc 
 LIBDIRS                = -L$(PRJDIR)/support/gc