mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-04 21:23:57 +08:00
board cmake: remove board_name.c from all boards
leftover after rebase
This commit is contained in:
@@ -46,7 +46,6 @@ include_directories(../../bootloaders/include)
|
||||
|
||||
set(SRCS)
|
||||
list(APPEND SRCS
|
||||
../common/board_name.c
|
||||
esc35_init.c
|
||||
esc35_led.c
|
||||
esc35_usb.c
|
||||
|
||||
@@ -35,7 +35,6 @@ include_directories(../../bootloaders/include)
|
||||
|
||||
set(SRCS)
|
||||
list(APPEND SRCS
|
||||
../common/board_name.c
|
||||
px4cannode_can.c
|
||||
px4cannode_buttons.c
|
||||
px4cannode_init.c
|
||||
|
||||
@@ -35,7 +35,6 @@ include_directories(../../bootloaders/include)
|
||||
|
||||
set(SRCS)
|
||||
list(APPEND SRCS
|
||||
../common/board_name.c
|
||||
px4esc_init.c
|
||||
px4esc_led.c
|
||||
px4esc_usb.c
|
||||
|
||||
@@ -37,7 +37,6 @@ include_directories(../../bootloaders/include)
|
||||
|
||||
set(SRCS)
|
||||
list(APPEND SRCS
|
||||
../common/board_name.c
|
||||
px4flow_init.c
|
||||
px4flow_led.c
|
||||
px4flow_can.c
|
||||
|
||||
@@ -34,7 +34,6 @@ px4_add_module(
|
||||
MODULE drivers__boards__px4fmu-v4pro
|
||||
COMPILE_FLAGS
|
||||
SRCS
|
||||
../common/board_name.c
|
||||
../common/board_dma_alloc.c
|
||||
px4fmu_can.c
|
||||
px4fmu_init.c
|
||||
|
||||
@@ -35,7 +35,6 @@ px4_add_module(
|
||||
COMPILE_FLAGS
|
||||
-Os
|
||||
SRCS
|
||||
../common/board_name.c
|
||||
../common/board_dma_alloc.c
|
||||
# WIP px4fmu_can.c
|
||||
px4fmu_init.c
|
||||
|
||||
@@ -35,7 +35,6 @@ px4_add_module(
|
||||
COMPILE_FLAGS
|
||||
-Os
|
||||
SRCS
|
||||
../common/board_name.c
|
||||
../common/board_dma_alloc.c
|
||||
# WIP px4nucleo_can.c
|
||||
px4nucleo_init.c
|
||||
|
||||
@@ -46,7 +46,6 @@ include_directories(../../bootloaders/include)
|
||||
|
||||
set(SRCS)
|
||||
list(APPEND SRCS
|
||||
../common/board_name.c
|
||||
s2740vc_init.c
|
||||
s2740vc_can.c
|
||||
../../../drivers/bootloaders/src/common/boot_app_shared.c
|
||||
|
||||
@@ -37,7 +37,6 @@ include_directories(../../bootloaders/include)
|
||||
|
||||
set(SRCS)
|
||||
list(APPEND SRCS
|
||||
../common/board_name.c
|
||||
zubax_gnss_init.c
|
||||
zubax_gnss_led.c
|
||||
../../../drivers/bootloaders/src/common/boot_app_shared.c
|
||||
|
||||
Reference in New Issue
Block a user