From: Uwe Hermann Date: Wed, 12 Oct 2016 20:16:13 +0000 (+0200) Subject: Makefile.am: Remove unneeded duplication. X-Git-Tag: sigrok-firmware-fx2lafw-0.1.4~6 X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=46e097cc30a9680362c4a0122e10dea79455ab01;hp=01c919588b6ba25f926d97f899cfd2a5a082f453;p=sigrok-firmware-fx2lafw.git Makefile.am: Remove unneeded duplication. --- 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