From 851cf5426a7fffaebff146cb6fae0a698e4c3a55 Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 14 May 2019 14:07:06 +0700 Subject: more makefile clean up --- hw/bsp/feather_nrf52840_express/board.mk | 3 --- hw/bsp/pca10056/board.mk | 3 --- 2 files changed, 6 deletions(-) (limited to 'hw/bsp') diff --git a/hw/bsp/feather_nrf52840_express/board.mk b/hw/bsp/feather_nrf52840_express/board.mk index 317a4969f..7462cf62b 100644 --- a/hw/bsp/feather_nrf52840_express/board.mk +++ b/hw/bsp/feather_nrf52840_express/board.mk @@ -35,9 +35,6 @@ INC += \ SRC_S += hw/mcu/nordic/nrfx/mdk/gcc_startup_nrf52840.S ASFLAGS += -D__HEAP_SIZE=0 -ASFLAGS += -DSWI_DISABLE0 -ASFLAGS += -DFLOAT_ABI_HARD -ASFLAGS += -DNRF52840_XXAA # For TinyUSB port source VENDOR = nordic diff --git a/hw/bsp/pca10056/board.mk b/hw/bsp/pca10056/board.mk index 6d7f4c554..baea5fdc1 100644 --- a/hw/bsp/pca10056/board.mk +++ b/hw/bsp/pca10056/board.mk @@ -35,9 +35,6 @@ INC += \ SRC_S += hw/mcu/nordic/nrfx/mdk/gcc_startup_nrf52840.S ASFLAGS += -D__HEAP_SIZE=0 -ASFLAGS += -DSWI_DISABLE0 -ASFLAGS += -DFLOAT_ABI_HARD -ASFLAGS += -DNRF52840_XXAA # For TinyUSB port source VENDOR = nordic -- cgit v1.3.1