]> git.sur5r.net Git - cc65/blobdiff - libsrc/atari/Makefile
Marked files to be excluded from build.
[cc65] / libsrc / atari / Makefile
index 30e9b181a3894c1bdf957d024bda501afdf162b8..8c861928340a6fbec029aeee863333c832bbd0b7 100644 (file)
@@ -45,15 +45,15 @@ CFLAGS      = -Osir -g -T -t $(SYS) --forget-inc-paths -I . -I ../../include
        @$(AS) -g -o $@ $(AFLAGS) $(ATARIDEFS) $<
 
 %-emd.o: %.emd
-       @$(CO) -o $(*)-emd.s --code-name _$(subst -,_,$(*)) $<
+       @$(CO) -o $(*)-emd.s --code-label _$(subst -,_,$(*)) $<
        @$(AS) -o $@ $(AFLAGS) $(*)-emd.s
 
 %-joy.o: %.joy
-       @$(CO) -o $(*)-joy.s --code-name _$(subst -,_,$(*)) $<
+       @$(CO) -o $(*)-joy.s --code-label _$(subst -,_,$(*)) $<
        @$(AS) -o $@ $(AFLAGS) $(*)-joy.s
 
 %-tgi.o: %.tgi
-       @$(CO) -o $(*)-tgi.s --code-name _$(subst -,_,$(*)) $<
+       @$(CO) -o $(*)-tgi.s --code-label _$(subst -,_,$(*)) $<
        @$(AS) -o $@ $(AFLAGS) $(*)-tgi.s
 
 %.emd: %.o ../runtime/zeropage.o
@@ -103,6 +103,8 @@ OBJS =      _scrsize.o              \
        graphics.o              \
        initcwd.o               \
        inviocb.o               \
+       irq.o                   \
+       joy_stat_stddrv.o       \
        joy_stddrv.o            \
        kbhit.o                 \
        lseek.o                 \
@@ -127,6 +129,7 @@ OBJS =      _scrsize.o              \
        systime.o               \
        sysuname.o              \
        tgi_colors.o            \
+       tgi_stat_stddrv.o       \
        tgi_stddrv.o            \
        toascii.o               \
        tvtype.o                \