From 1caf21b18787eb5b3e4dbef1013c30dbb5579bd6 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Thu, 21 May 2020 03:43:11 +0800 Subject: [PATCH] build: Remove the unused BOARD_INCLUDE variable Signed-off-by: Xiang Xiao --- boards/arm/imxrt/imxrt1050-evk/kernel/Makefile | 4 ---- boards/arm/imxrt/imxrt1060-evk/kernel/Makefile | 4 ---- boards/arm/lc823450/lc823450-xgevk/kernel/Makefile | 4 ---- boards/arm/lpc17xx_40xx/lpc4088-devkit/kernel/Makefile | 4 ---- boards/arm/lpc17xx_40xx/lpc4088-quickstart/kernel/Makefile | 4 ---- boards/arm/lpc17xx_40xx/open1788/kernel/Makefile | 4 ---- boards/arm/lpc17xx_40xx/pnev5180b/kernel/Makefile | 4 ---- boards/arm/lpc43xx/bambino-200e/kernel/Makefile | 4 ---- boards/arm/sam34/sam3u-ek/kernel/Makefile | 4 ---- boards/arm/samv7/same70-xplained/kernel/Makefile | 4 ---- boards/arm/samv7/samv71-xult/kernel/Makefile | 4 ---- boards/arm/stm32/clicker2-stm32/kernel/Makefile | 4 ---- boards/arm/stm32/mikroe-stm32f4/kernel/Makefile | 4 ---- boards/arm/stm32/olimex-stm32-p407/kernel/Makefile | 4 ---- boards/arm/stm32/omnibusf4/kernel/Makefile | 4 ---- boards/arm/stm32/stm3240g-eval/kernel/Makefile | 4 ---- boards/arm/stm32/stm32f4discovery/kernel/Makefile | 4 ---- boards/arm/stm32f7/stm32f746g-disco/kernel/Makefile | 4 ---- boards/arm/stm32f7/stm32f769i-disco/kernel/Makefile | 4 ---- boards/arm/stm32h7/nucleo-h743zi/kernel/Makefile | 4 ---- boards/arm/stm32h7/stm32h747i-disco/kernel/Makefile | 4 ---- boards/arm/stm32l4/stm32l476vg-disco/kernel/Makefile | 4 ---- boards/arm/stm32l4/stm32l4r9ai-disco/kernel/Makefile | 4 ---- boards/arm/tiva/lm3s6965-ek/kernel/Makefile | 4 ---- boards/risc-v/k210/maix-bit/kernel/Makefile | 4 ---- 25 files changed, 100 deletions(-) diff --git a/boards/arm/imxrt/imxrt1050-evk/kernel/Makefile b/boards/arm/imxrt/imxrt1050-evk/kernel/Makefile index e8b0491aae..263e4d0262 100644 --- a/boards/arm/imxrt/imxrt1050-evk/kernel/Makefile +++ b/boards/arm/imxrt/imxrt1050-evk/kernel/Makefile @@ -35,10 +35,6 @@ include $(TOPDIR)/Make.defs -# This is the directory for the board-specific header files - -BOARD_INCLUDE = $(TOPDIR)$(DELIM)boards$(DELIM)$(CONFIG_ARCH)$(DELIM)$(CONFIG_ARCH_CHIP)$(DELIM)$(CONFIG_ARCH_BOARD)$(DELIM)include - # The entry point name (if none is provided in the .config file) CONFIG_USER_ENTRYPOINT ?= user_start diff --git a/boards/arm/imxrt/imxrt1060-evk/kernel/Makefile b/boards/arm/imxrt/imxrt1060-evk/kernel/Makefile index e849136eb4..ba16621363 100644 --- a/boards/arm/imxrt/imxrt1060-evk/kernel/Makefile +++ b/boards/arm/imxrt/imxrt1060-evk/kernel/Makefile @@ -35,10 +35,6 @@ include $(TOPDIR)/Make.defs -# This is the directory for the board-specific header files - -BOARD_INCLUDE = $(TOPDIR)$(DELIM)boards$(DELIM)$(CONFIG_ARCH)$(DELIM)$(CONFIG_ARCH_CHIP)$(DELIM)$(CONFIG_ARCH_BOARD)$(DELIM)include - # The entry point name (if none is provided in the .config file) CONFIG_USER_ENTRYPOINT ?= user_start diff --git a/boards/arm/lc823450/lc823450-xgevk/kernel/Makefile b/boards/arm/lc823450/lc823450-xgevk/kernel/Makefile index b0b04cc644..bc8d85bf40 100644 --- a/boards/arm/lc823450/lc823450-xgevk/kernel/Makefile +++ b/boards/arm/lc823450/lc823450-xgevk/kernel/Makefile @@ -37,10 +37,6 @@ include $(TOPDIR)/Make.defs -# This is the directory for the board-specific header files - -BOARD_INCLUDE = $(TOPDIR)$(DELIM)boards$(DELIM)$(CONFIG_ARCH)$(DELIM)$(CONFIG_ARCH_CHIP)$(DELIM)$(CONFIG_ARCH_BOARD)$(DELIM)include - # The entry point name (if none is provided in the .config file) CONFIG_USER_ENTRYPOINT ?= user_start diff --git a/boards/arm/lpc17xx_40xx/lpc4088-devkit/kernel/Makefile b/boards/arm/lpc17xx_40xx/lpc4088-devkit/kernel/Makefile index 3730815365..2bad499601 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-devkit/kernel/Makefile +++ b/boards/arm/lpc17xx_40xx/lpc4088-devkit/kernel/Makefile @@ -35,10 +35,6 @@ include $(TOPDIR)/Make.defs -# This is the directory for the board-specific header files - -BOARD_INCLUDE = $(TOPDIR)$(DELIM)boards$(DELIM)$(CONFIG_ARCH)$(DELIM)$(CONFIG_ARCH_CHIP)$(DELIM)$(CONFIG_ARCH_BOARD)$(DELIM)include - # The entry point name (if none is provided in the .config file) CONFIG_USER_ENTRYPOINT ?= user_start diff --git a/boards/arm/lpc17xx_40xx/lpc4088-quickstart/kernel/Makefile b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/kernel/Makefile index 181badd8ef..e35ac44cc2 100644 --- a/boards/arm/lpc17xx_40xx/lpc4088-quickstart/kernel/Makefile +++ b/boards/arm/lpc17xx_40xx/lpc4088-quickstart/kernel/Makefile @@ -35,10 +35,6 @@ include $(TOPDIR)/Make.defs -# This is the directory for the board-specific header files - -BOARD_INCLUDE = $(TOPDIR)$(DELIM)boards$(DELIM)$(CONFIG_ARCH)$(DELIM)$(CONFIG_ARCH_CHIP)$(DELIM)$(CONFIG_ARCH_BOARD)$(DELIM)include - # The entry point name (if none is provided in the .config file) CONFIG_USER_ENTRYPOINT ?= user_start diff --git a/boards/arm/lpc17xx_40xx/open1788/kernel/Makefile b/boards/arm/lpc17xx_40xx/open1788/kernel/Makefile index ded4536b49..a934f74d73 100644 --- a/boards/arm/lpc17xx_40xx/open1788/kernel/Makefile +++ b/boards/arm/lpc17xx_40xx/open1788/kernel/Makefile @@ -35,10 +35,6 @@ include $(TOPDIR)/Make.defs -# This is the directory for the board-specific header files - -BOARD_INCLUDE = $(TOPDIR)$(DELIM)boards$(DELIM)$(CONFIG_ARCH)$(DELIM)$(CONFIG_ARCH_CHIP)$(DELIM)$(CONFIG_ARCH_BOARD)$(DELIM)include - # The entry point name (if none is provided in the .config file) CONFIG_USER_ENTRYPOINT ?= user_start diff --git a/boards/arm/lpc17xx_40xx/pnev5180b/kernel/Makefile b/boards/arm/lpc17xx_40xx/pnev5180b/kernel/Makefile index 6cd042f1fd..b369b31cff 100644 --- a/boards/arm/lpc17xx_40xx/pnev5180b/kernel/Makefile +++ b/boards/arm/lpc17xx_40xx/pnev5180b/kernel/Makefile @@ -40,10 +40,6 @@ include $(TOPDIR)/Make.defs -# This is the directory for the board-specific header files - -BOARD_INCLUDE = $(TOPDIR)$(DELIM)boards$(DELIM)$(CONFIG_ARCH)$(DELIM)$(CONFIG_ARCH_CHIP)$(DELIM)$(CONFIG_ARCH_BOARD)$(DELIM)include - # The entry point name (if none is provided in the .config file) CONFIG_USER_ENTRYPOINT ?= user_start diff --git a/boards/arm/lpc43xx/bambino-200e/kernel/Makefile b/boards/arm/lpc43xx/bambino-200e/kernel/Makefile index bfd23ca185..5124d329a7 100644 --- a/boards/arm/lpc43xx/bambino-200e/kernel/Makefile +++ b/boards/arm/lpc43xx/bambino-200e/kernel/Makefile @@ -35,10 +35,6 @@ include $(TOPDIR)/Make.defs -# This is the directory for the board-specific header files - -BOARD_INCLUDE = $(TOPDIR)$(DELIM)boards$(DELIM)$(CONFIG_ARCH)$(DELIM)$(CONFIG_ARCH_CHIP)$(DELIM)$(CONFIG_ARCH_BOARD)$(DELIM)include - # The entry point name (if none is provided in the .config file) CONFIG_USER_ENTRYPOINT ?= user_start diff --git a/boards/arm/sam34/sam3u-ek/kernel/Makefile b/boards/arm/sam34/sam3u-ek/kernel/Makefile index 05ef8925ff..5e4ba2c18d 100644 --- a/boards/arm/sam34/sam3u-ek/kernel/Makefile +++ b/boards/arm/sam34/sam3u-ek/kernel/Makefile @@ -35,10 +35,6 @@ include $(TOPDIR)/Make.defs -# This is the directory for the board-specific header files - -BOARD_INCLUDE = $(TOPDIR)$(DELIM)boards$(DELIM)$(CONFIG_ARCH)$(DELIM)$(CONFIG_ARCH_CHIP)$(DELIM)$(CONFIG_ARCH_BOARD)$(DELIM)include - # The entry point name (if none is provided in the .config file) CONFIG_USER_ENTRYPOINT ?= user_start diff --git a/boards/arm/samv7/same70-xplained/kernel/Makefile b/boards/arm/samv7/same70-xplained/kernel/Makefile index aec6a24332..841a605c13 100644 --- a/boards/arm/samv7/same70-xplained/kernel/Makefile +++ b/boards/arm/samv7/same70-xplained/kernel/Makefile @@ -35,10 +35,6 @@ include $(TOPDIR)/Make.defs -# This is the directory for the board-specific header files - -BOARD_INCLUDE = $(TOPDIR)$(DELIM)boards$(DELIM)$(CONFIG_ARCH)$(DELIM)$(CONFIG_ARCH_CHIP)$(DELIM)$(CONFIG_ARCH_BOARD)$(DELIM)include - # The entry point name (if none is provided in the .config file) CONFIG_USER_ENTRYPOINT ?= user_start diff --git a/boards/arm/samv7/samv71-xult/kernel/Makefile b/boards/arm/samv7/samv71-xult/kernel/Makefile index 4fa7108eac..4969f83fa0 100644 --- a/boards/arm/samv7/samv71-xult/kernel/Makefile +++ b/boards/arm/samv7/samv71-xult/kernel/Makefile @@ -35,10 +35,6 @@ include $(TOPDIR)/Make.defs -# This is the directory for the board-specific header files - -BOARD_INCLUDE = $(TOPDIR)$(DELIM)boards$(DELIM)$(CONFIG_ARCH)$(DELIM)$(CONFIG_ARCH_CHIP)$(DELIM)$(CONFIG_ARCH_BOARD)$(DELIM)include - # The entry point name (if none is provided in the .config file) CONFIG_USER_ENTRYPOINT ?= user_start diff --git a/boards/arm/stm32/clicker2-stm32/kernel/Makefile b/boards/arm/stm32/clicker2-stm32/kernel/Makefile index e3fa1be467..0d9e82788c 100644 --- a/boards/arm/stm32/clicker2-stm32/kernel/Makefile +++ b/boards/arm/stm32/clicker2-stm32/kernel/Makefile @@ -35,10 +35,6 @@ include $(TOPDIR)/Make.defs -# This is the directory for the board-specific header files - -BOARD_INCLUDE = $(TOPDIR)$(DELIM)boards$(DELIM)$(CONFIG_ARCH)$(DELIM)$(CONFIG_ARCH_CHIP)$(DELIM)$(CONFIG_ARCH_BOARD)$(DELIM)include - # The entry point name (if none is provided in the .config file) CONFIG_USER_ENTRYPOINT ?= user_start diff --git a/boards/arm/stm32/mikroe-stm32f4/kernel/Makefile b/boards/arm/stm32/mikroe-stm32f4/kernel/Makefile index 07e96cffcc..e95215eb13 100644 --- a/boards/arm/stm32/mikroe-stm32f4/kernel/Makefile +++ b/boards/arm/stm32/mikroe-stm32f4/kernel/Makefile @@ -35,10 +35,6 @@ include $(TOPDIR)/Make.defs -# This is the directory for the board-specific header files - -BOARD_INCLUDE = $(TOPDIR)$(DELIM)boards$(DELIM)$(CONFIG_ARCH)$(DELIM)$(CONFIG_ARCH_CHIP)$(DELIM)$(CONFIG_ARCH_BOARD)$(DELIM)include - # The entry point name (if none is provided in the .config file) CONFIG_USER_ENTRYPOINT ?= user_start diff --git a/boards/arm/stm32/olimex-stm32-p407/kernel/Makefile b/boards/arm/stm32/olimex-stm32-p407/kernel/Makefile index 4407d9e853..d1514ece0f 100644 --- a/boards/arm/stm32/olimex-stm32-p407/kernel/Makefile +++ b/boards/arm/stm32/olimex-stm32-p407/kernel/Makefile @@ -35,10 +35,6 @@ include $(TOPDIR)/Make.defs -# This is the directory for the board-specific header files - -BOARD_INCLUDE = $(TOPDIR)$(DELIM)boards$(DELIM)$(CONFIG_ARCH)$(DELIM)$(CONFIG_ARCH_CHIP)$(DELIM)$(CONFIG_ARCH_BOARD)$(DELIM)include - # The entry point name (if none is provided in the .config file) CONFIG_USER_ENTRYPOINT ?= user_start diff --git a/boards/arm/stm32/omnibusf4/kernel/Makefile b/boards/arm/stm32/omnibusf4/kernel/Makefile index a774024f8e..21b43f2b04 100644 --- a/boards/arm/stm32/omnibusf4/kernel/Makefile +++ b/boards/arm/stm32/omnibusf4/kernel/Makefile @@ -37,10 +37,6 @@ include $(TOPDIR)/Make.defs -# This is the directory for the board-specific header files - -BOARD_INCLUDE = $(TOPDIR)$(DELIM)boards$(DELIM)$(CONFIG_ARCH)$(DELIM)$(CONFIG_ARCH_CHIP)$(DELIM)$(CONFIG_ARCH_BOARD)$(DELIM)include - # The entry point name (if none is provided in the .config file) CONFIG_USER_ENTRYPOINT ?= user_start diff --git a/boards/arm/stm32/stm3240g-eval/kernel/Makefile b/boards/arm/stm32/stm3240g-eval/kernel/Makefile index 9309338158..1529a7abf8 100644 --- a/boards/arm/stm32/stm3240g-eval/kernel/Makefile +++ b/boards/arm/stm32/stm3240g-eval/kernel/Makefile @@ -35,10 +35,6 @@ include $(TOPDIR)/Make.defs -# This is the directory for the board-specific header files - -BOARD_INCLUDE = $(TOPDIR)$(DELIM)boards$(DELIM)$(CONFIG_ARCH)$(DELIM)$(CONFIG_ARCH_CHIP)$(DELIM)$(CONFIG_ARCH_BOARD)$(DELIM)include - # The entry point name (if none is provided in the .config file) CONFIG_USER_ENTRYPOINT ?= user_start diff --git a/boards/arm/stm32/stm32f4discovery/kernel/Makefile b/boards/arm/stm32/stm32f4discovery/kernel/Makefile index 3cafbd480c..7824359587 100644 --- a/boards/arm/stm32/stm32f4discovery/kernel/Makefile +++ b/boards/arm/stm32/stm32f4discovery/kernel/Makefile @@ -35,10 +35,6 @@ include $(TOPDIR)/Make.defs -# This is the directory for the board-specific header files - -BOARD_INCLUDE = $(TOPDIR)$(DELIM)boards$(DELIM)$(CONFIG_ARCH)$(DELIM)$(CONFIG_ARCH_CHIP)$(DELIM)$(CONFIG_ARCH_BOARD)$(DELIM)include - # The entry point name (if none is provided in the .config file) CONFIG_USER_ENTRYPOINT ?= user_start diff --git a/boards/arm/stm32f7/stm32f746g-disco/kernel/Makefile b/boards/arm/stm32f7/stm32f746g-disco/kernel/Makefile index 6daabfdf08..8b65176619 100644 --- a/boards/arm/stm32f7/stm32f746g-disco/kernel/Makefile +++ b/boards/arm/stm32f7/stm32f746g-disco/kernel/Makefile @@ -35,10 +35,6 @@ include $(TOPDIR)/Make.defs -# This is the directory for the board-specific header files - -BOARD_INCLUDE = $(TOPDIR)$(DELIM)boards$(DELIM)$(CONFIG_ARCH)$(DELIM)$(CONFIG_ARCH_CHIP)$(DELIM)$(CONFIG_ARCH_BOARD)$(DELIM)include - # The entry point name (if none is provided in the .config file) CONFIG_USER_ENTRYPOINT ?= user_start diff --git a/boards/arm/stm32f7/stm32f769i-disco/kernel/Makefile b/boards/arm/stm32f7/stm32f769i-disco/kernel/Makefile index 36c8a8db85..55bff19607 100644 --- a/boards/arm/stm32f7/stm32f769i-disco/kernel/Makefile +++ b/boards/arm/stm32f7/stm32f769i-disco/kernel/Makefile @@ -35,10 +35,6 @@ include $(TOPDIR)/Make.defs -# This is the directory for the board-specific header files - -BOARD_INCLUDE = $(TOPDIR)$(DELIM)boards$(DELIM)$(CONFIG_ARCH)$(DELIM)$(CONFIG_ARCH_CHIP)$(DELIM)$(CONFIG_ARCH_BOARD)$(DELIM)include - # The entry point name (if none is provided in the .config file) CONFIG_USER_ENTRYPOINT ?= user_start diff --git a/boards/arm/stm32h7/nucleo-h743zi/kernel/Makefile b/boards/arm/stm32h7/nucleo-h743zi/kernel/Makefile index cab30e49d4..b71466e62b 100644 --- a/boards/arm/stm32h7/nucleo-h743zi/kernel/Makefile +++ b/boards/arm/stm32h7/nucleo-h743zi/kernel/Makefile @@ -35,10 +35,6 @@ include $(TOPDIR)/Make.defs -# This is the directory for the board-specific header files - -BOARD_INCLUDE = $(TOPDIR)$(DELIM)boards$(DELIM)$(CONFIG_ARCH)$(DELIM)$(CONFIG_ARCH_CHIP)$(DELIM)$(CONFIG_ARCH_BOARD)$(DELIM)include - # The entry point name (if none is provided in the .config file) CONFIG_USER_ENTRYPOINT ?= user_start diff --git a/boards/arm/stm32h7/stm32h747i-disco/kernel/Makefile b/boards/arm/stm32h7/stm32h747i-disco/kernel/Makefile index 3626181f49..0382613fdf 100644 --- a/boards/arm/stm32h7/stm32h747i-disco/kernel/Makefile +++ b/boards/arm/stm32h7/stm32h747i-disco/kernel/Makefile @@ -35,10 +35,6 @@ include $(TOPDIR)/Make.defs -# This is the directory for the board-specific header files - -BOARD_INCLUDE = $(TOPDIR)$(DELIM)boards$(DELIM)$(CONFIG_ARCH)$(DELIM)$(CONFIG_ARCH_CHIP)$(DELIM)$(CONFIG_ARCH_BOARD)$(DELIM)include - # The entry point name (if none is provided in the .config file) CONFIG_USER_ENTRYPOINT ?= user_start diff --git a/boards/arm/stm32l4/stm32l476vg-disco/kernel/Makefile b/boards/arm/stm32l4/stm32l476vg-disco/kernel/Makefile index d97a8112d4..334a99f292 100644 --- a/boards/arm/stm32l4/stm32l476vg-disco/kernel/Makefile +++ b/boards/arm/stm32l4/stm32l476vg-disco/kernel/Makefile @@ -35,10 +35,6 @@ include $(TOPDIR)/Make.defs -# This is the directory for the board-specific header files - -BOARD_INCLUDE = $(TOPDIR)$(DELIM)boards$(DELIM)$(CONFIG_ARCH)$(DELIM)$(CONFIG_ARCH_CHIP)$(DELIM)$(CONFIG_ARCH_BOARD)$(DELIM)include - # The entry point name (if none is provided in the .config file) CONFIG_USER_ENTRYPOINT ?= user_start diff --git a/boards/arm/stm32l4/stm32l4r9ai-disco/kernel/Makefile b/boards/arm/stm32l4/stm32l4r9ai-disco/kernel/Makefile index bfa6db50c7..5f9271f096 100644 --- a/boards/arm/stm32l4/stm32l4r9ai-disco/kernel/Makefile +++ b/boards/arm/stm32l4/stm32l4r9ai-disco/kernel/Makefile @@ -35,10 +35,6 @@ include $(TOPDIR)/Make.defs -# This is the directory for the board-specific header files - -BOARD_INCLUDE = $(TOPDIR)$(DELIM)boards$(DELIM)$(CONFIG_ARCH)$(DELIM)$(CONFIG_ARCH_CHIP)$(DELIM)$(CONFIG_ARCH_BOARD)$(DELIM)include - # The entry point name (if none is provided in the .config file) CONFIG_USER_ENTRYPOINT ?= user_start diff --git a/boards/arm/tiva/lm3s6965-ek/kernel/Makefile b/boards/arm/tiva/lm3s6965-ek/kernel/Makefile index 9b57d12ced..eb160b5f4b 100644 --- a/boards/arm/tiva/lm3s6965-ek/kernel/Makefile +++ b/boards/arm/tiva/lm3s6965-ek/kernel/Makefile @@ -20,10 +20,6 @@ include $(TOPDIR)/Make.defs -# This is the directory for the board-specific header files - -BOARD_INCLUDE = $(TOPDIR)$(DELIM)boards$(DELIM)$(CONFIG_ARCH)$(DELIM)$(CONFIG_ARCH_CHIP)$(DELIM)$(CONFIG_ARCH_BOARD)$(DELIM)include - # The entry point name (if none is provided in the .config file) CONFIG_USER_ENTRYPOINT ?= user_start diff --git a/boards/risc-v/k210/maix-bit/kernel/Makefile b/boards/risc-v/k210/maix-bit/kernel/Makefile index f6e35bb536..1e9c5148cc 100644 --- a/boards/risc-v/k210/maix-bit/kernel/Makefile +++ b/boards/risc-v/k210/maix-bit/kernel/Makefile @@ -20,10 +20,6 @@ include $(TOPDIR)/Make.defs -# This is the directory for the board-specific header files - -BOARD_INCLUDE = $(TOPDIR)$(DELIM)boards$(DELIM)$(CONFIG_ARCH)$(DELIM)$(CONFIG_ARCH_CHIP)$(DELIM)$(CONFIG_ARCH_BOARD)$(DELIM)include - # The entry point name (if none is provided in the .config file) CONFIG_USER_ENTRYPOINT ?= user_start