summaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-03-10 18:38:37 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-03-10 18:38:37 +0000
commit445166dd1032391c02d1f56b4878633cb2566f41 (patch)
tree8b8aefd4f1640e57bb4862d534ac0d9579ff5b57 /apps/Makefile
parentcdd81c67c69ffe1d00757253ba87cd6604307ead (diff)
Fix QEMU context switch bug
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3361 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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 4bc1f90bc3..0deb46e9ce 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