Latest commit was incomplete
[fw/sdcc] / Makefile
index 029f78c6a815248f6040abe97f1420e209e892b9..fe11386e14f05206b1899645aa110e5ba2c3d21a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,8 +20,8 @@ PKGS          = $(SDCC_MISC) $(SDCC_LIBS) $(SDCC_ASLINK) \
                  src device/include device/lib $(SDCC_PACKIHX)
 PKGS_TINI      = $(SDCC_LIBS) $(SDCC_ASLINK) \
                  src device/include $(SDCC_PACKIHX)
-PORTS          = mcs51 z80
-
+PORTS          = $(shell cat ports.build)
+ALLPORTS       = $(shell cat ports.all)
 
 # Compiling entire program or any subproject
 # ------------------------------------------