summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
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