mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Fixed Posix and Qurt platform build error introduced in earlier commit
This commit is contained in:
parent
f8bfe01eca
commit
5b9e099fd1
@ -1,3 +1,7 @@
|
||||
if PLATFORM_NUTTX
|
||||
rsource "nuttx/Kconfig"
|
||||
endif
|
||||
|
||||
if PLATFORM_POSIX || PLATFORM_QURT
|
||||
rsource "common/Kconfig"
|
||||
endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user