From d8ac0a01d815d109e177b6f752806f8512c4319e Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 11 Dec 2009 15:29:11 +0000 Subject: Fixes for serial monitor git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2320 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/hc/src/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nuttx/arch/hc/src/Makefile') 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}" -- cgit v1.2.3