New target "hc08" for the Motorola 68hc08 family of micros
[fw/sdcc] / support / regression / Makefile
index 1f29aa2537fae0250e3355d30406a4e750689f93..0253dd531ce7473d4f0b656c83f6e743988dc021 100644 (file)
@@ -60,7 +60,7 @@ GENERATE_CASES = generate-cases.py
 # Each directory under ports/ is used as a port name.  Each port is tested.
 # Each port must have a spec.mk which describes how to build the object
 # files and how to run the emulator.
-ALL_PORTS = $(filter-out CVS xa51 mcs51 mcs51-large mcs51-stack-auto ds390 gbz80,$(notdir $(wildcard $(PORTS_DIR)/*)))
+ALL_PORTS = $(filter-out CVS xa51 mcs51 mcs51-large mcs51-stack-auto ds390 gbz80 hc08,$(notdir $(wildcard $(PORTS_DIR)/*)))
 
 # These  ports will be cleaned with 'make clean'
 CLEAN_PORTS = $(filter-out CVS,$(notdir $(wildcard $(PORTS_DIR)/*)))
@@ -95,6 +95,10 @@ test-ds390:
 test-ucz80:
        $(MAKE) test-port PORT=ucz80
 
+# Helper rule for testing the hc08 port only(use ucSim simulator)
+test-hc08:
+       $(MAKE) test-port PORT=hc08
+
 # Helper rule for testing the xa51 port only(use ucSim simulator)
 test-xa51:
        $(MAKE) test-port PORT=xa51