mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Remove .built_always
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3449 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -1635,3 +1635,12 @@
|
|||||||
* syscall/: The beginnings of an optional syscall kernal interface.
|
* syscall/: The beginnings of an optional syscall kernal interface.
|
||||||
* tools/mksyscall.c: Add a tool that will auto-generate syscall proxies
|
* tools/mksyscall.c: Add a tool that will auto-generate syscall proxies
|
||||||
and stubs from a comma-separated-value (CSV) data file.
|
and stubs from a comma-separated-value (CSV) data file.
|
||||||
|
* arch/arm/src/cortexm3/mpu.h: Add a header file describing the Cortex-M3
|
||||||
|
MPU registers.
|
||||||
|
* Numerous modifications to the build system. Various people have reported
|
||||||
|
build problems since the re-organization and release of NuttX-6.0. I am
|
||||||
|
unable to replicate the build problems in my environment, but the changes
|
||||||
|
have be incorporated in hope of correcting the build issues in other
|
||||||
|
environments.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -35,9 +35,9 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/nsh=.built_always
|
CONFIGURED_APPS += examples/nsh
|
||||||
|
|
||||||
# The NSH Library
|
# The NSH Library
|
||||||
|
|
||||||
CONFIGURED_APPS += nshlib=.built_always
|
CONFIGURED_APPS += nshlib
|
||||||
|
|
||||||
|
|||||||
@@ -35,5 +35,5 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/ostest=.built_always
|
CONFIGURED_APPS += examples/ostest
|
||||||
|
|
||||||
|
|||||||
@@ -35,12 +35,12 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/uip=.built_always
|
CONFIGURED_APPS += examples/uip
|
||||||
|
|
||||||
|
|
||||||
# Networking support
|
# Networking support
|
||||||
|
|
||||||
CONFIGURED_APPS += netutils/uiplib=.built_always
|
CONFIGURED_APPS += netutils/uiplib
|
||||||
CONFIGURED_APPS += netutils/dhcpc=.built_always
|
CONFIGURED_APPS += netutils/dhcpc
|
||||||
CONFIGURED_APPS += netutils/resolv=.built_always
|
CONFIGURED_APPS += netutils/resolv
|
||||||
CONFIGURED_APPS += netutils/webserver=.built_always
|
CONFIGURED_APPS += netutils/webserver
|
||||||
|
|||||||
@@ -35,9 +35,9 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/nettest=.built_always
|
CONFIGURED_APPS += examples/nettest
|
||||||
|
|
||||||
|
|
||||||
# Networking support
|
# Networking support
|
||||||
|
|
||||||
CONFIGURED_APPS += netutils/uiplib=.built_always
|
CONFIGURED_APPS += netutils/uiplib
|
||||||
|
|||||||
@@ -35,20 +35,20 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/nsh=.built_always
|
CONFIGURED_APPS += examples/nsh
|
||||||
|
|
||||||
# NSH library
|
# NSH library
|
||||||
|
|
||||||
CONFIGURED_APPS += nshlib=.built_always
|
CONFIGURED_APPS += nshlib
|
||||||
|
|
||||||
# Networking support
|
# Networking support
|
||||||
|
|
||||||
ifeq ($(CONFIG_NET),y)
|
ifeq ($(CONFIG_NET),y)
|
||||||
CONFIGURED_APPS += netutils/uiplib=.built_always
|
CONFIGURED_APPS += netutils/uiplib
|
||||||
CONFIGURED_APPS += netutils/dhcpc=.built_always
|
CONFIGURED_APPS += netutils/dhcpc
|
||||||
CONFIGURED_APPS += netutils/resolv=.built_always
|
CONFIGURED_APPS += netutils/resolv
|
||||||
CONFIGURED_APPS += netutils/tftpc=.built_always
|
CONFIGURED_APPS += netutils/tftpc
|
||||||
CONFIGURED_APPS += netutils/webclient=.built_always
|
CONFIGURED_APPS += netutils/webclient
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -35,5 +35,5 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/ostest=.built_always
|
CONFIGURED_APPS += examples/ostest
|
||||||
|
|
||||||
|
|||||||
@@ -35,5 +35,5 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/ostest=.built_always
|
CONFIGURED_APPS += examples/ostest
|
||||||
|
|
||||||
|
|||||||
@@ -35,5 +35,5 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/hidkbd=.built_always
|
CONFIGURED_APPS += examples/hidkbd
|
||||||
|
|
||||||
|
|||||||
@@ -35,20 +35,20 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/nsh=.built_always
|
CONFIGURED_APPS += examples/nsh
|
||||||
|
|
||||||
# NSH library
|
# NSH library
|
||||||
|
|
||||||
CONFIGURED_APPS += nshlib=.built_always
|
CONFIGURED_APPS += nshlib
|
||||||
|
|
||||||
# Networking support
|
# Networking support
|
||||||
|
|
||||||
ifeq ($(CONFIG_NET),y)
|
ifeq ($(CONFIG_NET),y)
|
||||||
CONFIGURED_APPS += netutils/uiplib=.built_always
|
CONFIGURED_APPS += netutils/uiplib
|
||||||
CONFIGURED_APPS += netutils/dhcpc=.built_always
|
CONFIGURED_APPS += netutils/dhcpc
|
||||||
CONFIGURED_APPS += netutils/resolv=.built_always
|
CONFIGURED_APPS += netutils/resolv
|
||||||
CONFIGURED_APPS += netutils/tftpc=.built_always
|
CONFIGURED_APPS += netutils/tftpc
|
||||||
CONFIGURED_APPS += netutils/webclient=.built_always
|
CONFIGURED_APPS += netutils/webclient
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -35,5 +35,5 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/ostest=.built_always
|
CONFIGURED_APPS += examples/ostest
|
||||||
|
|
||||||
|
|||||||
@@ -35,5 +35,5 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/wlan=.built_always
|
CONFIGURED_APPS += examples/wlan
|
||||||
|
|
||||||
|
|||||||
@@ -35,9 +35,9 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/nsh=.built_always
|
CONFIGURED_APPS += examples/nsh
|
||||||
|
|
||||||
# The NSH library
|
# The NSH library
|
||||||
|
|
||||||
CONFIGURED_APPS += nshlib=.built_always
|
CONFIGURED_APPS += nshlib
|
||||||
|
|
||||||
|
|||||||
@@ -35,5 +35,5 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/ostest=.built_always
|
CONFIGURED_APPS += examples/ostest
|
||||||
|
|
||||||
|
|||||||
@@ -35,10 +35,10 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/nsh=.built_always
|
CONFIGURED_APPS += examples/nsh
|
||||||
|
|
||||||
# The NSH library
|
# The NSH library
|
||||||
|
|
||||||
CONFIGURED_APPS += nshlib=.built_always
|
CONFIGURED_APPS += nshlib
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -35,5 +35,5 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/usbserial=.built_always
|
CONFIGURED_APPS += examples/usbserial
|
||||||
|
|
||||||
|
|||||||
@@ -35,5 +35,5 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/usbstorage=.built_always
|
CONFIGURED_APPS += examples/usbstorage
|
||||||
|
|
||||||
|
|||||||
@@ -35,12 +35,12 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/uip=.built_always
|
CONFIGURED_APPS += examples/uip
|
||||||
|
|
||||||
|
|
||||||
# Networking support
|
# Networking support
|
||||||
|
|
||||||
CONFIGURED_APPS += netutils/uiplib=.built_always
|
CONFIGURED_APPS += netutils/uiplib
|
||||||
CONFIGURED_APPS += netutils/dhcpc=.built_always
|
CONFIGURED_APPS += netutils/dhcpc
|
||||||
CONFIGURED_APPS += netutils/resolv=.built_always
|
CONFIGURED_APPS += netutils/resolv
|
||||||
CONFIGURED_APPS += netutils/webserver=.built_always
|
CONFIGURED_APPS += netutils/webserver
|
||||||
|
|||||||
@@ -35,9 +35,9 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/nettest=.built_always
|
CONFIGURED_APPS += examples/nettest
|
||||||
|
|
||||||
|
|
||||||
# Networking support
|
# Networking support
|
||||||
|
|
||||||
CONFIGURED_APPS += netutils/uiplib=.built_always
|
CONFIGURED_APPS += netutils/uiplib
|
||||||
|
|||||||
@@ -35,9 +35,9 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/nsh=.built_always
|
CONFIGURED_APPS += examples/nsh
|
||||||
|
|
||||||
# The NSH Library
|
# The NSH Library
|
||||||
|
|
||||||
CONFIGURED_APPS += nshlib=.built_always
|
CONFIGURED_APPS += nshlib
|
||||||
|
|
||||||
|
|||||||
@@ -35,5 +35,5 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/nxflat=.built_always
|
CONFIGURED_APPS += examples/nxflat
|
||||||
|
|
||||||
|
|||||||
@@ -35,5 +35,5 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/ostest=.built_always
|
CONFIGURED_APPS += examples/ostest
|
||||||
|
|
||||||
|
|||||||
@@ -35,10 +35,10 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/thttpd=.built_always
|
CONFIGURED_APPS += examples/thttpd
|
||||||
|
|
||||||
|
|
||||||
# Networking support
|
# Networking support
|
||||||
|
|
||||||
CONFIGURED_APPS += netutils/uiplib=.built_always
|
CONFIGURED_APPS += netutils/uiplib
|
||||||
CONFIGURED_APPS += netutils/thttpd=.built_always
|
CONFIGURED_APPS += netutils/thttpd
|
||||||
|
|||||||
@@ -35,5 +35,5 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/ostest=.built_always
|
CONFIGURED_APPS += examples/ostest
|
||||||
|
|
||||||
|
|||||||
@@ -35,10 +35,10 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/dhcpd=.built_always
|
CONFIGURED_APPS += examples/dhcpd
|
||||||
|
|
||||||
|
|
||||||
# Networking support
|
# Networking support
|
||||||
|
|
||||||
CONFIGURED_APPS += netutils/uiplib=.built_always
|
CONFIGURED_APPS += netutils/uiplib
|
||||||
CONFIGURED_APPS += netutils/dhcpd=.built_always
|
CONFIGURED_APPS += netutils/dhcpd
|
||||||
|
|||||||
@@ -35,13 +35,13 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/uip=.built_always
|
CONFIGURED_APPS += examples/uip
|
||||||
|
|
||||||
|
|
||||||
# Networking support
|
# Networking support
|
||||||
|
|
||||||
CONFIGURED_APPS += netutils/uiplib=.built_always
|
CONFIGURED_APPS += netutils/uiplib
|
||||||
CONFIGURED_APPS += netutils/dhcpc=.built_always
|
CONFIGURED_APPS += netutils/dhcpc
|
||||||
CONFIGURED_APPS += netutils/resolv=.built_always
|
CONFIGURED_APPS += netutils/resolv
|
||||||
CONFIGURED_APPS += netutils/webserver=.built_always
|
CONFIGURED_APPS += netutils/webserver
|
||||||
|
|
||||||
|
|||||||
@@ -35,9 +35,9 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/nettest=.built_always
|
CONFIGURED_APPS += examples/nettest
|
||||||
|
|
||||||
|
|
||||||
# Networking support
|
# Networking support
|
||||||
|
|
||||||
CONFIGURED_APPS += netutils/uiplib=.built_always
|
CONFIGURED_APPS += netutils/uiplib
|
||||||
|
|||||||
@@ -35,20 +35,20 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/nsh=.built_always
|
CONFIGURED_APPS += examples/nsh
|
||||||
|
|
||||||
# NSH library
|
# NSH library
|
||||||
|
|
||||||
CONFIGURED_APPS += nshlib=.built_always
|
CONFIGURED_APPS += nshlib
|
||||||
|
|
||||||
# Networking support
|
# Networking support
|
||||||
|
|
||||||
ifeq ($(CONFIG_NET),y)
|
ifeq ($(CONFIG_NET),y)
|
||||||
CONFIGURED_APPS += netutils/uiplib=.built_always
|
CONFIGURED_APPS += netutils/uiplib
|
||||||
CONFIGURED_APPS += netutils/dhcpc=.built_always
|
CONFIGURED_APPS += netutils/dhcpc
|
||||||
CONFIGURED_APPS += netutils/resolv=.built_always
|
CONFIGURED_APPS += netutils/resolv
|
||||||
CONFIGURED_APPS += netutils/tftpc=.built_always
|
CONFIGURED_APPS += netutils/tftpc
|
||||||
CONFIGURED_APPS += netutils/webclient=.built_always
|
CONFIGURED_APPS += netutils/webclient
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -35,5 +35,5 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/ostest=.built_always
|
CONFIGURED_APPS += examples/ostest
|
||||||
|
|
||||||
|
|||||||
@@ -35,9 +35,9 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/poll=.built_always
|
CONFIGURED_APPS += examples/poll
|
||||||
|
|
||||||
|
|
||||||
# Networking support
|
# Networking support
|
||||||
|
|
||||||
CONFIGURED_APPS += netutils/uiplib=.built_always
|
CONFIGURED_APPS += netutils/uiplib
|
||||||
|
|||||||
@@ -35,20 +35,20 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/nsh=.built_always
|
CONFIGURED_APPS += examples/nsh
|
||||||
|
|
||||||
# NSH library
|
# NSH library
|
||||||
|
|
||||||
CONFIGURED_APPS += nshlib=.built_always
|
CONFIGURED_APPS += nshlib
|
||||||
|
|
||||||
# Networking support
|
# Networking support
|
||||||
|
|
||||||
ifeq ($(CONFIG_NET),y)
|
ifeq ($(CONFIG_NET),y)
|
||||||
CONFIGURED_APPS += netutils/uiplib=.built_always
|
CONFIGURED_APPS += netutils/uiplib
|
||||||
CONFIGURED_APPS += netutils/dhcpc=.built_always
|
CONFIGURED_APPS += netutils/dhcpc
|
||||||
CONFIGURED_APPS += netutils/resolv=.built_always
|
CONFIGURED_APPS += netutils/resolv
|
||||||
CONFIGURED_APPS += netutils/tftpc=.built_always
|
CONFIGURED_APPS += netutils/tftpc
|
||||||
CONFIGURED_APPS += netutils/webclient=.built_always
|
CONFIGURED_APPS += netutils/webclient
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -35,5 +35,5 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/nx=.built_always
|
CONFIGURED_APPS += examples/nx
|
||||||
|
|
||||||
|
|||||||
@@ -35,5 +35,5 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/ostest=.built_always
|
CONFIGURED_APPS += examples/ostest
|
||||||
|
|
||||||
|
|||||||
@@ -35,20 +35,20 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/nsh=.built_always
|
CONFIGURED_APPS += examples/nsh
|
||||||
|
|
||||||
# NSH library
|
# NSH library
|
||||||
|
|
||||||
CONFIGURED_APPS += nshlib=.built_always
|
CONFIGURED_APPS += nshlib
|
||||||
|
|
||||||
# Networking support
|
# Networking support
|
||||||
|
|
||||||
ifeq ($(CONFIG_NET),y)
|
ifeq ($(CONFIG_NET),y)
|
||||||
CONFIGURED_APPS += netutils/uiplib=.built_always
|
CONFIGURED_APPS += netutils/uiplib
|
||||||
CONFIGURED_APPS += netutils/dhcpc=.built_always
|
CONFIGURED_APPS += netutils/dhcpc
|
||||||
CONFIGURED_APPS += netutils/resolv=.built_always
|
CONFIGURED_APPS += netutils/resolv
|
||||||
CONFIGURED_APPS += netutils/tftpc=.built_always
|
CONFIGURED_APPS += netutils/tftpc
|
||||||
CONFIGURED_APPS += netutils/webclient=.built_always
|
CONFIGURED_APPS += netutils/webclient
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -35,5 +35,5 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/nx=.built_always
|
CONFIGURED_APPS += examples/nx
|
||||||
|
|
||||||
|
|||||||
@@ -35,5 +35,5 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/ostest=.built_always
|
CONFIGURED_APPS += examples/ostest
|
||||||
|
|
||||||
|
|||||||
@@ -35,5 +35,5 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/ostest=.built_always
|
CONFIGURED_APPS += examples/ostest
|
||||||
|
|
||||||
|
|||||||
@@ -35,5 +35,5 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/hidkbd=.built_always
|
CONFIGURED_APPS += examples/hidkbd
|
||||||
|
|
||||||
|
|||||||
@@ -35,9 +35,9 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/nsh=.built_always
|
CONFIGURED_APPS += examples/nsh
|
||||||
|
|
||||||
# The NSH Library
|
# The NSH Library
|
||||||
|
|
||||||
CONFIGURED_APPS += nshlib=.built_always
|
CONFIGURED_APPS += nshlib
|
||||||
|
|
||||||
|
|||||||
@@ -35,9 +35,9 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/nsh=.built_always
|
CONFIGURED_APPS += examples/nsh
|
||||||
|
|
||||||
# The NSH library
|
# The NSH library
|
||||||
|
|
||||||
CONFIGURED_APPS += nshlib=.built_always
|
CONFIGURED_APPS += nshlib
|
||||||
|
|
||||||
|
|||||||
@@ -35,5 +35,5 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/ostest=.built_always
|
CONFIGURED_APPS += examples/ostest
|
||||||
|
|
||||||
|
|||||||
@@ -35,5 +35,5 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/usbserial=.built_always
|
CONFIGURED_APPS += examples/usbserial
|
||||||
|
|
||||||
|
|||||||
@@ -35,5 +35,5 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/usbstorage=.built_always
|
CONFIGURED_APPS += examples/usbstorage
|
||||||
|
|
||||||
|
|||||||
@@ -35,5 +35,5 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/ostest=.built_always
|
CONFIGURED_APPS += examples/ostest
|
||||||
|
|
||||||
|
|||||||
@@ -35,5 +35,5 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/ostest=.built_always
|
CONFIGURED_APPS += examples/ostest
|
||||||
|
|
||||||
|
|||||||
@@ -35,9 +35,9 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/nettest=.built_always
|
CONFIGURED_APPS += examples/nettest
|
||||||
|
|
||||||
|
|
||||||
# Networking support
|
# Networking support
|
||||||
|
|
||||||
CONFIGURED_APPS += netutils/uiplib=.built_always
|
CONFIGURED_APPS += netutils/uiplib
|
||||||
|
|||||||
@@ -35,20 +35,20 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/nsh=.built_always
|
CONFIGURED_APPS += examples/nsh
|
||||||
|
|
||||||
# NSH library
|
# NSH library
|
||||||
|
|
||||||
CONFIGURED_APPS += nshlib=.built_always
|
CONFIGURED_APPS += nshlib
|
||||||
|
|
||||||
# Networking support
|
# Networking support
|
||||||
|
|
||||||
ifeq ($(CONFIG_NET),y)
|
ifeq ($(CONFIG_NET),y)
|
||||||
CONFIGURED_APPS += netutils/uiplib=.built_always
|
CONFIGURED_APPS += netutils/uiplib
|
||||||
CONFIGURED_APPS += netutils/dhcpc=.built_always
|
CONFIGURED_APPS += netutils/dhcpc
|
||||||
CONFIGURED_APPS += netutils/resolv=.built_always
|
CONFIGURED_APPS += netutils/resolv
|
||||||
CONFIGURED_APPS += netutils/tftpc=.built_always
|
CONFIGURED_APPS += netutils/tftpc
|
||||||
CONFIGURED_APPS += netutils/webclient=.built_always
|
CONFIGURED_APPS += netutils/webclient
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -35,5 +35,5 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/ostest=.built_always
|
CONFIGURED_APPS += examples/ostest
|
||||||
|
|
||||||
|
|||||||
@@ -35,9 +35,9 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/poll=.built_always
|
CONFIGURED_APPS += examples/poll
|
||||||
|
|
||||||
|
|
||||||
# Networking support
|
# Networking support
|
||||||
|
|
||||||
CONFIGURED_APPS += netutils/uiplib=.built_always
|
CONFIGURED_APPS += netutils/uiplib
|
||||||
|
|||||||
@@ -35,10 +35,10 @@
|
|||||||
|
|
||||||
# Path to example in apps/examples containing the user_start entry point
|
# Path to example in apps/examples containing the user_start entry point
|
||||||
|
|
||||||
CONFIGURED_APPS += examples/thttpd=.built_always
|
CONFIGURED_APPS += examples/thttpd
|
||||||
|
|
||||||
|
|
||||||
# Networking support
|
# Networking support
|
||||||
|
|
||||||
CONFIGURED_APPS += netutils/uiplib=.built_always
|
CONFIGURED_APPS += netutils/uiplib
|
||||||
CONFIGURED_APPS += netutils/thttpd=.built_always
|
CONFIGURED_APPS += netutils/thttpd
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user