Skip to content

Commit 52a2c62

Browse files
committed
pbio/platform/ev3: drop startup.s
This file is empty because we need a .S file for startup on EV3 instead of a .s file. So we can add a conditional to the makefile to to not compile this file on the EV3.
1 parent 4b9c82f commit 52a2c62

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bricks/_common/arm_none_eabi.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,9 @@ NXOS_SRC_S = $(addprefix lib/pbio/platform/nxt/nxos/,\
510510
irq.s \
511511
)
512512

513+
ifneq ($(PB_MCU_FAMILY),TIAM1808)
513514
SRC_S += lib/pbio/platform/$(PBIO_PLATFORM)/startup.s
515+
endif
514516

515517
OBJ = $(PY_O)
516518
OBJ += $(addprefix $(BUILD)/, $(SRC_S:.s=.o))

lib/pbio/platform/ev3/startup.s

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)