This is an automated email from the ASF dual-hosted git repository.
gnutt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 673640b Run all .c and .h modified by this PR through nxstyle
new f2aba8d build: Remove 'u' prefix from userspace library
new 4b1dab8 tools/LibTargets.mk: Pass EXTRAFLAGS to all sub make
new a2f657e build: Move KDEFINE to a common place(tools/Config.mk)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Documentation/NuttxPortingGuide.html | 2 +-
arch/arm/src/Makefile | 13 +++---
arch/or1k/src/Makefile | 13 +++---
arch/risc-v/src/Makefile | 14 ++++---
arch/x86_64/src/Makefile | 12 ++++--
include/nuttx/fs/fs.h | 2 +-
include/nuttx/mqueue.h | 4 +-
include/nuttx/net/net.h | 2 +-
include/nuttx/sched.h | 2 +-
include/nuttx/semaphore.h | 2 +-
include/nuttx/signal.h | 2 +-
libs/libc/.gitignore | 1 -
libs/libc/Makefile | 26 ++----------
libs/libc/ubin/.gitignore | 8 ----
libs/libc/ubin/Makefile | 48 ----------------------
libs/libnx/.gitignore | 1 -
libs/libnx/Makefile | 26 ++----------
libs/libnx/ubin/.gitignore | 8 ----
libs/libnx/ubin/Makefile | 48 ----------------------
mm/.gitignore | 1 -
mm/Makefile | 26 ++----------
mm/ubin/.gitignore | 8 ----
mm/ubin/Makefile | 48 ----------------------
tools/Config.mk | 5 +++
tools/KernelLibs.mk | 8 ++--
tools/LibTargets.mk | 78 +++++++++++++-----------------------
tools/Makefile.unix | 5 ---
tools/Makefile.win | 5 ---
tools/ProtectedLibs.mk | 8 ++--
29 files changed, 90 insertions(+), 336 deletions(-)
delete mode 100644 libs/libc/ubin/.gitignore
delete mode 100644 libs/libc/ubin/Makefile
delete mode 100644 libs/libnx/ubin/.gitignore
delete mode 100644 libs/libnx/ubin/Makefile
delete mode 100644 mm/ubin/.gitignore
delete mode 100644 mm/ubin/Makefile