Skip to content

Commit 8741ded

Browse files
committed
psoc6/Makefile: Fix after rebasing with main.
Signed-off-by: NikhitaR-IFX <nikhita.rajasekhar@infineon.com>
1 parent a54126d commit 8741ded

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ports/psoc6/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ mpy_build: $(BUILD)/firmware.hex
205205

206206
MPY_CROSS_FLAGS += -march=armv7m
207207

208-
all: mtb_init ble mtb_get_build_flags mpy_build
208+
all: mtb_init mtb_get_build_flags mpy_build
209209

210210
clean: mtb_clean
211211

0 commit comments

Comments
 (0)