X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=d570deb61337be1558497b69f723dd424f108ae3;hb=46e097cc30a9680362c4a0122e10dea79455ab01;hp=38d2e1a8f248d6e54d9f0ab438df9777d239f140;hpb=01c919588b6ba25f926d97f899cfd2a5a082f453;p=sigrok-firmware-fx2lafw.git diff --git a/Makefile.am b/Makefile.am index 38d2e1a8..d570deb6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,7 @@ SUFFIXES = .a51 .c .fw .ihx .rel # Flags for firmware hex file generation SDCC_LINK_FLAGS = --code-size 0x1c00 --xram-size 0x0200 --xram-loc 0x1c00 -Wl"-b DSCR_AREA=0x1e00" -Wl"-b INT2JT=0x1f00" SDCC_LINK_FLAGS_HANTEK_6022BE = --code-size 0x3c00 --xram-size 0x0100 --xram-loc 0x3c00 -Wl"-b DSCR_AREA=0x3d00" -Wl"-b INT2JT=0x3f00" -SDCC_LINK_FLAGS_SAINSMART_DDS120 = --code-size 0x3c00 --xram-size 0x0100 --xram-loc 0x3c00 -Wl"-b DSCR_AREA=0x3d00" -Wl"-b INT2JT=0x3f00" +SDCC_LINK_FLAGS_SAINSMART_DDS120 = $(SDCC_LINK_FLAGS_HANTEK_6022BE) # Include paths as_includes = -I$(srcdir)/include