X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile.in;h=6610643c6d058d19fe56e73a3876e723aca9900d;hb=9ad3112a0d40d8007803a97abf32198d44a7f561;hp=54f76486f1d014b80db34321964b365e0ff54505;hpb=e5eda9d6a5ea34e83b0b1fdcf05db3b04b7aaac8;p=fw%2Fsdcc diff --git a/Makefile.in b/Makefile.in index 54f76486..6610643c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -15,13 +15,13 @@ SDCC_LIBS = support/makebin SDCC_DOC = doc # Parts that are not normally compiled but need to be cleaned -SDCC_EXTRA = support/regression +SDCC_EXTRA = support/regression support/valdiag SDCC_PACKIHX = support/packihx SDCC_LIBRARIAN = support/librarian ifeq ($(OPT_DISABLE_HC08), 0) -SDCC_ASLINK += as/hc08 +SDCC_ASLINK += as/hc08 as/link/hc08 endif ifeq ($(OPT_DISABLE_MCS51), 0) @@ -100,7 +100,7 @@ sdcc-device-lib: sdcc-cc sdcc-aslink sdcc-device-tini: $(MAKE) -C device/include - $(MAKE) -C device/lib modelDS390 + $(MAKE) -C device/lib model-ds390 model-ds400 # doc depends on latex and latex2html sdcc-doc: @@ -129,7 +129,7 @@ install-tini: @for pkg in $(PKGS_TINI); do\ $(MAKE) -C $$pkg install ;\ done - $(MAKE) -C device/lib installDS390 + $(MAKE) -C device/lib install