summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-10 18:38:37 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-10 18:38:37 +0000
commitcae858890d5f4df465c13913616549af9c39b0c6 (patch)
tree8b8aefd4f1640e57bb4862d534ac0d9579ff5b57 /apps/Makefile
parent506452c6fa4b7d408da0d332100f43a3102168ab (diff)
downloadnuttx-cae858890d5f4df465c13913616549af9c39b0c6.tar.gz
nuttx-cae858890d5f4df465c13913616549af9c39b0c6.tar.bz2
nuttx-cae858890d5f4df465c13913616549af9c39b0c6.zip
Fix QEMU context switch bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3361 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 4bc1f90bc..0deb46e9c 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -47,7 +47,6 @@ BUILTIN_APPS_BUILT =
ifeq ($(CONFIG_BUILTIN_APPS_NUTTX),y)
-
# Individual application: HELLO
ifeq ($(CONFIG_BUILTIN_APPS_HELLO),y)
@@ -58,9 +57,6 @@ BUILTIN_APPS_DIR += hello
# always walks into the sub-directories and asks for build
BUILTIN_APPS_BUILT += hello/.built_always
-hello/libhello$(LIBEXT):
- @$(MAKE) -C hello TOPDIR="$(TOPDIR)" libhello$(LIBEXT)
-
endif
# end of application list