Skip to content

Commit

Permalink
modules: hal_nxp: removing always empty zephyr_library
Browse files Browse the repository at this point in the history
No sources were ever added to the `zephyr_library()` defined in
modules/hal_nxp/usb/CMakeLists.txt, thus removing this lib to avoid
the warning:

> No SOURCES given to Zephyr library: modules__hal_nxp__usb
>
> Excluding target from build.

Signed-off-by: Torsten Rasmussen <[email protected]>
  • Loading branch information
tejlmand committed Sep 16, 2021
1 parent 76df635 commit c5190f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/hal_nxp/usb/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@
#
# SPDX-License-Identifier: Apache-2.0
#
zephyr_library()

zephyr_include_directories(.)

0 comments on commit c5190f2

Please sign in to comment.