summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-05-14 14:07:06 +0700
committerhathach <[email protected]>2019-05-14 14:07:06 +0700
commit851cf5426a7fffaebff146cb6fae0a698e4c3a55 (patch)
treed960c06c1c7993e516841bf603cb417e55d69767 /hw
parent8094bdce23a72264e54641ec4c34189935829251 (diff)
more makefile clean up
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/feather_nrf52840_express/board.mk3
-rw-r--r--hw/bsp/pca10056/board.mk3
2 files changed, 0 insertions, 6 deletions
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