Fix QEMU context switch bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3361 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
94e0282c22
commit
ce549bd9e9
4
Makefile
4
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
|
||||
|
@ -1,2 +0,0 @@
|
||||
/* List of application requirements, generated during make depend. */
|
||||
{ .name = "hello", .priority = SCHED_PRIORITY_DEFAULT, .stacksize = 768, .main = hello_main },
|
@ -1,2 +0,0 @@
|
||||
/* List of application entry points, generated during make depend. */
|
||||
EXTERN int hello_main(int argc, char *argv[]);
|
Loading…
Reference in New Issue
Block a user