From d0389fe8f4df3a4ef2c36c761a96afd01b614cde Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 12 Nov 2019 00:35:45 +0700 Subject: [PATCH] clean up --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 15ade33..bc27130 100644 --- a/Makefile +++ b/Makefile @@ -76,9 +76,6 @@ remduplicates = $(strip $(if $1,$(firstword $1) $(call remduplicates,$(filter-ou #********************************* BOARD_LIST = $(sort $(subst .h,,$(subst src/boards/,,$(wildcard src/boards/*)))) -NRF52832_BOARDLIST = feather_nrf52832 -IS_52832 = $(filter $(BOARD),$(NRF52832_BOARDLIST)) - ifeq ($(filter $(BOARD),$(BOARD_LIST)),) $(info You must provide a BOARD parameter with 'BOARD='. Supported boards are:) $(info $(BOARD_LIST))