Skip to content

Commit 2e2b2d2

Browse files
committed
bricks/_common: Rename common makefile.
This is not just for arm_none_eabi anymore.
1 parent b596073 commit 2e2b2d2

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

bricks/_common/arm_none_eabi.mk renamed to bricks/_common/common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# This file is shared by all bare-metal Arm Pybricks ports.
66

77
THIS_MAKEFILE := $(lastword $(MAKEFILE_LIST))
8-
PBTOP := ../$(patsubst %/_common/arm_none_eabi.mk,%,$(THIS_MAKEFILE))
8+
PBTOP := ../$(patsubst %/_common/common.mk,%,$(THIS_MAKEFILE))
99

1010
# Bricks must specify the following variables in their Makefile
1111

bricks/cityhub/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ PB_LIB_STM32_HAL = 1
1010
PB_LIB_BLE5STACK = 1
1111
PB_FROZEN_MODULES = 1
1212

13-
include ../_common/arm_none_eabi.mk
13+
include ../_common/common.mk

bricks/essentialhub/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ DFU_VID = 0x0694
1616
DFU_PID = 0x000C
1717
PB_FROZEN_MODULES = 1
1818

19-
include ../_common/arm_none_eabi.mk
19+
include ../_common/common.mk

bricks/ev3/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ PB_MCU_FAMILY = TIAM1808
33

44
PB_LIB_UMM_MALLOC = 1
55

6-
include ../_common/arm_none_eabi.mk
6+
include ../_common/common.mk

bricks/movehub/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ PB_LIB_BLUENRG = 1
1111
PB_FROZEN_MODULES = 0
1212
MICROPY_ROM_TEXT_COMPRESSION = 0 # Needed for PYBRICKS_OPT_TERSE_ERR
1313

14-
include ../_common/arm_none_eabi.mk
14+
include ../_common/common.mk

bricks/nxt/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
PBIO_PLATFORM = nxt
55
PB_MCU_FAMILY = AT91SAM7
66

7-
include ../_common/arm_none_eabi.mk
7+
include ../_common/common.mk

bricks/primehub/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ DFU_VID = 0x0694
1616
DFU_PID = 0x0008
1717
PB_FROZEN_MODULES = 1
1818

19-
include ../_common/arm_none_eabi.mk
19+
include ../_common/common.mk

bricks/simhub/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ PB_FROZEN_MODULES = 1
77
MICROPY_ROM_TEXT_COMPRESSION = 1
88

99

10-
include ../_common/arm_none_eabi.mk
10+
include ../_common/common.mk

bricks/technichub/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ PB_LIB_BLE5STACK = 1
1111
PB_LIB_LSM6DS3TR_C = 1
1212
PB_FROZEN_MODULES = 1
1313

14-
include ../_common/arm_none_eabi.mk
14+
include ../_common/common.mk

0 commit comments

Comments
 (0)