Skip to content
Snippets Groups Projects
Commit 39ce201e authored by David Sidrane's avatar David Sidrane Committed by Julian Oes
Browse files

TAP:Fix build to use correct ROMFS

parent 78bc7d85
No related branches found
No related tags found
No related merge requests found
......@@ -47,10 +47,14 @@ if(NOT ${BOARD} STREQUAL "sim")
endif()
set(romfs_dir "ROMFS/px4fmu_common")
if (${BOARD} STREQUAL "tap-v1")
set(romfs_dir "ROMFS/tap_common")
endif()
if (${BOARD} STREQUAL "px4fmu-v2" AND ${LABEL} STREQUAL "test")
set(romfs_dir "ROMFS/px4fmu_test")
endif()
px4_nuttx_add_romfs(OUT romfs
ROOT ${romfs_dir}
EXTRAS ${extras}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment