Fixed up support for the gbz80 such that it will at least run (and fail badly) the...
[fw/sdcc] / device / lib / gbz80 / Makefile
index 906a06a33633cde650b64d18e1f767bbaaaa3403..b76118383d167c53408efa8d88510956a6dbb445 100644 (file)
@@ -5,7 +5,7 @@ TOPDIR = ../../..
 SCC = $(TOPDIR)/bin/sdcc -mgbz80
 SAS = $(TOPDIR)/bin/as-gbz80
 
-OBJ = putchar.o string.o printf.o div.o mul.o asm_strings.o
+OBJ = putchar.o string.o printf.o div.o mul.o stubs.o shift.o
 LIB = gbz80.lib
 CC = $(SCC)
 AS = $(SAS)