zephyr/subsys/usb/class
Sebastian Bøe 9d0e2cb325 cmake: Fix usb include directory organization
There are two problems with how zephyr/subsys/usb is being added to
the include path. Firstly it is using the zephyr_library_ API to
modify the zephyr library, when the zephyr_ API should have been used.

Secondly the code is located in the class directory even though it
affects the more general usb directory.

This patch fixes these issues. Using zephyr_library_ in this instance
works by accident when 'zephyr' is the current library but has not
guarantees of working in the future.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
2019-10-01 19:22:02 +02:00
..
hid
netusb
bluetooth.c
cdc_acm.c usb: cdc_acm: Fix compiler warning 2019-09-07 10:19:27 -04:00
CMakeLists.txt cmake: Fix usb include directory organization 2019-10-01 19:22:02 +02:00
Kconfig
Kconfig.template.composite_device_number
loopback.c
mass_storage.c
usb_dfu.c