dts: Move dts files into board dirs
Move the dts files into the board dir so that board ports can be more standalone. This will allow us at some point to have board ports outside of the tree. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
09c63b373a
commit
ef912810d3
63 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
# See ~/zephyr/doc/dts
|
||||
set(GENERATED_DTS_BOARD_H ${PROJECT_BINARY_DIR}/include/generated/generated_dts_board.h)
|
||||
set(GENERATED_DTS_BOARD_CONF ${PROJECT_BINARY_DIR}/include/generated/generated_dts_board.conf)
|
||||
set_ifndef(DTS_SOURCE ${PROJECT_SOURCE_DIR}/dts/${ARCH}/${BOARD_FAMILY}.dts)
|
||||
set_ifndef(DTS_SOURCE ${PROJECT_SOURCE_DIR}/boards/${ARCH}/${BOARD_FAMILY}/${BOARD_FAMILY}.dts)
|
||||
|
||||
message(STATUS "Generating zephyr/include/generated/generated_dts_board.h")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue