Skip to content

Commit 05c1544

Browse files
committed
psoc6: Remove ble related target and design file.
Signed-off-by: NikhitaR-IFX <nikhita.rajasekhar@infineon.com>
1 parent 319407e commit 05c1544

3 files changed

Lines changed: 2 additions & 441 deletions

File tree

ports/psoc6/Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -228,15 +228,10 @@ $(BUILD)/firmware.hex: $(BUILD)/firmware.elf
228228

229229
MPY_CROSS_FLAGS += -march=armv7m
230230

231-
ifeq ($(MICROPY_PY_BLUETOOTH),1)
232-
.PHONY: ble
233-
ble:
234-
$(Q) cp ble/design.cybt $(MTB_LIBS_DIR)
235-
endif
236231

237232
build: mtb_get_build_flags $(GENERATED_PINS) $(BUILD)/firmware.hex
238233

239-
all: ble build
234+
all: build
240235

241236
clean: mtb_clean
242237

0 commit comments

Comments
 (0)