]> git.sur5r.net Git - cc65/blobdiff - src/ld65/cfg/lynx-uploader.cfg
Have the callirq module export __CALLIRQ__ and changed all config files so
[cc65] / src / ld65 / cfg / lynx-uploader.cfg
index 6a47964437bfb076470ec3b7ed081d3a296c9158..251c3343be4554e49349e4a1a8b06201f99a1879 100644 (file)
@@ -44,5 +44,6 @@ FEATURES {
     CONDES: segment = RODATA,
            type    = interruptor,
            label   = __INTERRUPTOR_TABLE__,
-           count   = __INTERRUPTOR_COUNT__;
+           count   = __INTERRUPTOR_COUNT__,
+            import  = __CALLIRQ__;
 }