X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile;h=6d3cd33e0bdbfc28121bc12fc0fc92a3b29b44f7;hb=ba3c921ca59c5aae4697feaf3b6e0a75dc4f0e6b;hp=4f810993f98a59d02742b3004cd99501b9938b25;hpb=a5fa21b3861557338d6c86d37992b018c582b449;p=fw%2Fsdcc diff --git a/Makefile b/Makefile index 4f810993..6d3cd33e 100644 --- a/Makefile +++ b/Makefile @@ -9,11 +9,11 @@ PRJDIR = . include $(PRJDIR)/Makefile.common SDCC_MISC = debugger/mcs51 sim/ucsim -SDCC_LIBS = support/cpp support/cpp2 +SDCC_LIBS = support/cpp2 support/makebin SDCC_DOC = doc # Parts that are not normally compiled but need to be cleaned -SDCC_EXTRA = support/regression support/makebin +SDCC_EXTRA = support/regression SDCC_ASLINK = as/mcs51 as link SDCC_PACKIHX = packihx @@ -63,7 +63,7 @@ sdcc-misc: sdcc-packihx: $(MAKE) -C $(SDCC_PACKIHX) -sdcc-device: +sdcc-device: sdcc-cc sdcc-aslink $(MAKE) -C device/include $(MAKE) -C device/lib