Skip to content
Snippets Groups Projects
Commit 8d1f35bf authored by Beat Küng's avatar Beat Küng Committed by Lorenz Meier
Browse files

board cmake: remove board_name.c from all boards

leftover after rebase
parent 5e9bdff2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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