summaryrefslogtreecommitdiff
path: root/nuttx/arch/hc/src/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-11 15:29:11 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-11 15:29:11 +0000
commitd8ac0a01d815d109e177b6f752806f8512c4319e (patch)
tree0565d059f83e489f56f0b08bd02cd3eb311ca56d /nuttx/arch/hc/src/Makefile
parent6ba662ab23d592662476229148b230f4f01df197 (diff)
downloadpx4-nuttx-d8ac0a01d815d109e177b6f752806f8512c4319e.tar.gz
px4-nuttx-d8ac0a01d815d109e177b6f752806f8512c4319e.tar.bz2
px4-nuttx-d8ac0a01d815d109e177b6f752806f8512c4319e.zip
Fixes for serial monitor
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2320 42af7a65-404d-4744-a932-0658087f49c3
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}"