From 09cf24732a8483d603f803d32aea9b3a016275c4 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Tue, 21 Jul 2015 21:34:16 +0100 Subject: [PATCH] Makefile: add 68hc11test Not remotely useful or usable yet --- Kernel/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Kernel/Makefile b/Kernel/Makefile index 72e3fb10..be2c07b9 100644 --- a/Kernel/Makefile +++ b/Kernel/Makefile @@ -2,6 +2,7 @@ TARGET_LIST = platform-nc100 platform-micropack platform-pcw8256 platform-socz80 #export TARGET = 6809simple #export TARGET = 6809test +#export TARGET = 68hc11test #export TARGET = 8086test #export TARGET = atarist #export TARGET = bbcmicro -- 2.34.1