*** empty log message ***
[fw/sdcc] / device / examples / xa51 / Makefile
index fcc126119962aa09fbcca9bbafa6c0cb8060521e..f3cf460fbe325b4271370864677545173730a134 100644 (file)
@@ -2,11 +2,12 @@ CC = sdcc
 
 CFLAGS= -Wa-s 
 MFLAGS= -mxa51
+#LFLAGS= --code-loc 0x1000 --xram-loc 0x4000
 LFLAGS= --xram-loc 0x4000
 
 all: hello.hex
 
-OBJECTS = hello.rel hwinit.rel
+OBJECTS = hello.rel hwinit.rel dummy.rel
 
 hello.hex: $(OBJECTS)
        $(CC) $(MFLAGS) $(LFLAGS) $(OBJECTS)