mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-09 22:08:56 +08:00
Initial Kconfig implementation in CMake
Used fmuk66-v3 as test case
This commit is contained in:
committed by
Daniel Agar
parent
4b89ff29ce
commit
4044fbd4a0
@@ -3,6 +3,15 @@
|
||||
|
||||
mainmenu "PX4 Firmware Configuration"
|
||||
|
||||
comment "Platform: $(PLATFORM)"
|
||||
comment "Vendor: $(VENDOR)"
|
||||
comment "Model: $(MODEL)"
|
||||
comment "Label: $(LABEL)"
|
||||
comment "Toolchain: $(TOOLCHAIN)"
|
||||
comment "Architecture: $(ARCHITECTURE)"
|
||||
comment "Romfsroot: $(ROMFSROOT)"
|
||||
|
||||
|
||||
menu "drivers"
|
||||
source src/drivers/Kconfig
|
||||
endmenu
|
||||
|
||||
Reference in New Issue
Block a user