summaryrefslogtreecommitdiff
path: root/apps/examples/usbterm
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-15 16:11:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-15 16:11:32 +0000
commit61f7bc640f2f2ef42df04ca47d2806401cf97469 (patch)
tree8ebb44ad6d08a18c37bcea3341005deb7ed97b43 /apps/examples/usbterm
parentcad9ed8e13b1b5e7448f41a71837d0e52ca0ad42 (diff)
downloadnuttx-61f7bc640f2f2ef42df04ca47d2806401cf97469.tar.gz
nuttx-61f7bc640f2f2ef42df04ca47d2806401cf97469.tar.bz2
nuttx-61f7bc640f2f2ef42df04ca47d2806401cf97469.zip
Prep for 6.14 releasenuttx-6.14
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4301 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/usbterm')
-rw-r--r--apps/examples/usbterm/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/examples/usbterm/Makefile b/apps/examples/usbterm/Makefile
index fe9b77fb8..8db1f9897 100644
--- a/apps/examples/usbterm/Makefile
+++ b/apps/examples/usbterm/Makefile
@@ -1,8 +1,8 @@
############################################################################
# apps/examples/usbterm/Makefile
#
-# Copyright (C) 2011 Gregory Nutt. All rights reserved.
-# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
+# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@@ -67,7 +67,7 @@ STACKSIZE = 2048
VPATH =
all: .built
-.PHONY: clean depend distclean
+.PHONY: context clean depend distclean
$(AOBJS): %$(OBJEXT): %.S
$(call ASSEMBLE, $<, $@)
@@ -82,7 +82,7 @@ $(COBJS): %$(OBJEXT): %.c
@touch .built
.context:
-ifeq ($(CONFIG_EXAMPLES_UBSTERM_BUILTIN),y)
+ifeq ($(CONFIG_EXAMPLES_USBTERM_BUILTIN),y)
$(call REGISTER,$(APPNAME),$(PRIORITY),$(STACKSIZE),$(APPNAME)_main)
@touch $@
endif