mirror of
https://github.com/apache/nuttx.git
synced 2025-12-16 01:34:58 +08:00
This commit moves shared builtin information out of binfmt/libbuiltin and into libs/libc/builtin where it can be shared. This should permit builtin application in the PROTECTED build where binfmt/libbuiltin is not available in user space.
Squashed commit of the following:
Correct some additional compile-related issues.
Move include/nuttx/binfmt/builtin.h to include/nuttx/lib/builtin.h. Move apps/builtin/lib_builtin_forindex.c to libs/libc/builtin/lib_builtin_forindex.c.
Move binfmt/libbuiltin to libs/libc/builtin. There are calls made directly from apps/nshlib into this logic and hence, must be part of a library that can be shared between the OS and applications.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
############################################################################
|
||||
# libs/libc/Makefile
|
||||
#
|
||||
# Copyright (C) 2007-2014, 2016-2017 Gregory Nutt. All rights reserved.
|
||||
# Copyright (C) 2007-2014, 2016-2017, 2019 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
@@ -55,6 +55,7 @@ VPATH := .
|
||||
|
||||
include aio/Make.defs
|
||||
include audio/Make.defs
|
||||
include builtin/Make.defs
|
||||
include dirent/Make.defs
|
||||
include dlfcn/Make.defs
|
||||
include endian/Make.defs
|
||||
|
||||
Reference in New Issue
Block a user