mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-27 04:57:19 +00:00
The zephyr/subsys/net/l2 include directory has been added through the 'zephyr_library_' API to modify the 'zephyr' library, when the 'zephyr_' API should have been used. This patch fixes this problem. Using 'zephyr_library_' in this context works by accident when 'zephyr' is the current library but has no guarantees of working in the future. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no> |
||
---|---|---|
.. | ||
adc | ||
audio | ||
bluetooth | ||
can | ||
clock_control | ||
console | ||
counter | ||
crypto | ||
display | ||
dma | ||
entropy | ||
espi | ||
ethernet | ||
flash | ||
gpio | ||
hwinfo | ||
i2c | ||
i2s | ||
ieee802154 | ||
interrupt_controller | ||
ipm | ||
led | ||
led_strip | ||
modem | ||
net | ||
neural_net | ||
pcie | ||
pinmux | ||
ps2 | ||
ptp_clock | ||
pwm | ||
sensor | ||
serial | ||
spi | ||
timer | ||
usb | ||
watchdog | ||
wifi | ||
CMakeLists.txt | ||
Kconfig |