summaryrefslogtreecommitdiff
path: root/nuttx/arch/hc/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/hc/src/Makefile')
-rwxr-xr-xnuttx/arch/hc/src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/arch/hc/src/Makefile b/nuttx/arch/hc/src/Makefile
index 27816b730..694c15d4c 100755
--- a/nuttx/arch/hc/src/Makefile
+++ b/nuttx/arch/hc/src/Makefile
@@ -40,6 +40,9 @@ ARCH_SRCDIR = $(TOPDIR)/arch/$(CONFIG_ARCH)/src
ifeq ($(CONFIG_ARCH_HC12),y)
ARCH_SUBDIR = hc12
endif
+ifeq ($(CONFIG_ARCH_HCS12),y)
+ARCH_SUBDIR = hcs12
+endif
ifeq ($(WINTOOL),y)
NUTTX = "${shell cygpath -w $(TOPDIR)/nuttx}"