X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Fexamples%2Fxa51%2FMakefile;h=521cea29b1dff9ee76163278e65832455b8d5021;hb=a6209c13974db8d38261366f3460a920189239b3;hp=877df36bd9de25c166ba729ab99b313178388155;hpb=a542ffa583670be2588b609cf8fc1ab8c25df48d;p=fw%2Fsdcc diff --git a/device/examples/xa51/Makefile b/device/examples/xa51/Makefile index 877df36b..521cea29 100644 --- a/device/examples/xa51/Makefile +++ b/device/examples/xa51/Makefile @@ -1,16 +1,16 @@ CC = sdcc -#CFLAGS= -#MFLAGS= +CFLAGS= -Wa-s -V +MFLAGS= -mxa51 #LFLAGS= all: hello.hex hello.hex: hello.c - $(CC) -mxa51 hello.c + $(CC) $(CFLAGS) $(MFLAGS) hello.c clean: rm -f core *~ \#* *.asm *.cdb *.rel *.hex *.ihx *.lst *.map \ - *.xa *.rst *.sym *.lnk *.lib *.bin *.dump* + *.xa *.rst *.sym *.lnk *.lib *.bin *.dump* *.log