mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-21 04:33:10 +08:00
Fixed Posix and Qurt platform build error introduced in earlier commit
This commit is contained in:
committed by
Ramon Roche
parent
f8bfe01eca
commit
5b9e099fd1
@@ -1,3 +1,7 @@
|
||||
if PLATFORM_NUTTX
|
||||
rsource "nuttx/Kconfig"
|
||||
endif
|
||||
|
||||
if PLATFORM_POSIX || PLATFORM_QURT
|
||||
rsource "common/Kconfig"
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user