zephyr/subsys
Daniel Leung e912a0533a drivers: ethernet: build as static library
Instead of putting object files inside libzephyr.a,
simply build a separate static library as most other
driver types are doing this already.

Note that the include to subsys has been moved from
under the drivers into subsys, as it is actually
the subsystem's job to make sure the include
directories are correct.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2021-08-17 06:06:03 -04:00
..
bluetooth drivers: bluetooth: build as static library 2021-08-17 06:06:03 -04:00
canbus
console
cpp CPP: fix static objects init for MWDT toolchain 2021-08-09 22:47:22 -04:00
debug
demand_paging
dfu
disk
emul
fb
fs logging: fs: treat absent file on stat as no error 2021-07-26 10:44:42 -04:00
ipc ipc: Fix struct name 2021-07-30 20:06:14 -04:00
jwt
logging logging: Add configurable logging thread delay 2021-08-13 11:19:27 -04:00
lorawan lorawan: Fix setting APP_KEY using MacMibSetRequest 2021-07-22 06:11:41 -04:00
mgmt toolchain: migrate iterable sections calls to the external API 2021-08-12 17:47:04 -04:00
modbus
net drivers: ethernet: build as static library 2021-08-17 06:06:03 -04:00
pm pm: device: Use the right build conditional 2021-08-17 06:03:44 -04:00
portability cmsis_rots_v1: fix for clearing signal flags in osSignalWait. 2021-08-12 17:30:03 -04:00
random random: deprecate `XOROSHIRO_RANDOM_GENERATOR` 2021-08-05 11:24:44 +02:00
settings toolchain: migrate iterable sections calls to the external API 2021-08-12 17:47:04 -04:00
shell shell: add devmem load command 2021-08-13 10:13:36 -04:00
stats
storage
task_wdt task_wdt: Fix the way the kernel timer is used 2021-07-07 07:44:22 -05:00
testsuite testsuite: Add busy simulator module 2021-07-29 10:59:00 -04:00
timing
tracing toolchain: migrate iterable sections calls to the external API 2021-08-12 17:47:04 -04:00
usb usb: cdc_acm: avoid spurious interrupt on configured or resume events 2021-08-12 16:57:12 -04:00
CMakeLists.txt usb: remove Kconfig option CONFIG_USB 2021-08-03 19:00:12 -04:00
Kconfig