build: Remove the unused BOARD_INCLUDE variable
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
edb0ce2d5a
commit
1caf21b187
@ -35,10 +35,6 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/Make.defs
|
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)
|
# The entry point name (if none is provided in the .config file)
|
||||||
|
|
||||||
CONFIG_USER_ENTRYPOINT ?= user_start
|
CONFIG_USER_ENTRYPOINT ?= user_start
|
||||||
|
@ -35,10 +35,6 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/Make.defs
|
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)
|
# The entry point name (if none is provided in the .config file)
|
||||||
|
|
||||||
CONFIG_USER_ENTRYPOINT ?= user_start
|
CONFIG_USER_ENTRYPOINT ?= user_start
|
||||||
|
@ -37,10 +37,6 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/Make.defs
|
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)
|
# The entry point name (if none is provided in the .config file)
|
||||||
|
|
||||||
CONFIG_USER_ENTRYPOINT ?= user_start
|
CONFIG_USER_ENTRYPOINT ?= user_start
|
||||||
|
@ -35,10 +35,6 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/Make.defs
|
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)
|
# The entry point name (if none is provided in the .config file)
|
||||||
|
|
||||||
CONFIG_USER_ENTRYPOINT ?= user_start
|
CONFIG_USER_ENTRYPOINT ?= user_start
|
||||||
|
@ -35,10 +35,6 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/Make.defs
|
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)
|
# The entry point name (if none is provided in the .config file)
|
||||||
|
|
||||||
CONFIG_USER_ENTRYPOINT ?= user_start
|
CONFIG_USER_ENTRYPOINT ?= user_start
|
||||||
|
@ -35,10 +35,6 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/Make.defs
|
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)
|
# The entry point name (if none is provided in the .config file)
|
||||||
|
|
||||||
CONFIG_USER_ENTRYPOINT ?= user_start
|
CONFIG_USER_ENTRYPOINT ?= user_start
|
||||||
|
@ -40,10 +40,6 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/Make.defs
|
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)
|
# The entry point name (if none is provided in the .config file)
|
||||||
|
|
||||||
CONFIG_USER_ENTRYPOINT ?= user_start
|
CONFIG_USER_ENTRYPOINT ?= user_start
|
||||||
|
@ -35,10 +35,6 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/Make.defs
|
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)
|
# The entry point name (if none is provided in the .config file)
|
||||||
|
|
||||||
CONFIG_USER_ENTRYPOINT ?= user_start
|
CONFIG_USER_ENTRYPOINT ?= user_start
|
||||||
|
@ -35,10 +35,6 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/Make.defs
|
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)
|
# The entry point name (if none is provided in the .config file)
|
||||||
|
|
||||||
CONFIG_USER_ENTRYPOINT ?= user_start
|
CONFIG_USER_ENTRYPOINT ?= user_start
|
||||||
|
@ -35,10 +35,6 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/Make.defs
|
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)
|
# The entry point name (if none is provided in the .config file)
|
||||||
|
|
||||||
CONFIG_USER_ENTRYPOINT ?= user_start
|
CONFIG_USER_ENTRYPOINT ?= user_start
|
||||||
|
@ -35,10 +35,6 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/Make.defs
|
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)
|
# The entry point name (if none is provided in the .config file)
|
||||||
|
|
||||||
CONFIG_USER_ENTRYPOINT ?= user_start
|
CONFIG_USER_ENTRYPOINT ?= user_start
|
||||||
|
@ -35,10 +35,6 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/Make.defs
|
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)
|
# The entry point name (if none is provided in the .config file)
|
||||||
|
|
||||||
CONFIG_USER_ENTRYPOINT ?= user_start
|
CONFIG_USER_ENTRYPOINT ?= user_start
|
||||||
|
@ -35,10 +35,6 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/Make.defs
|
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)
|
# The entry point name (if none is provided in the .config file)
|
||||||
|
|
||||||
CONFIG_USER_ENTRYPOINT ?= user_start
|
CONFIG_USER_ENTRYPOINT ?= user_start
|
||||||
|
@ -35,10 +35,6 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/Make.defs
|
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)
|
# The entry point name (if none is provided in the .config file)
|
||||||
|
|
||||||
CONFIG_USER_ENTRYPOINT ?= user_start
|
CONFIG_USER_ENTRYPOINT ?= user_start
|
||||||
|
@ -37,10 +37,6 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/Make.defs
|
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)
|
# The entry point name (if none is provided in the .config file)
|
||||||
|
|
||||||
CONFIG_USER_ENTRYPOINT ?= user_start
|
CONFIG_USER_ENTRYPOINT ?= user_start
|
||||||
|
@ -35,10 +35,6 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/Make.defs
|
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)
|
# The entry point name (if none is provided in the .config file)
|
||||||
|
|
||||||
CONFIG_USER_ENTRYPOINT ?= user_start
|
CONFIG_USER_ENTRYPOINT ?= user_start
|
||||||
|
@ -35,10 +35,6 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/Make.defs
|
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)
|
# The entry point name (if none is provided in the .config file)
|
||||||
|
|
||||||
CONFIG_USER_ENTRYPOINT ?= user_start
|
CONFIG_USER_ENTRYPOINT ?= user_start
|
||||||
|
@ -35,10 +35,6 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/Make.defs
|
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)
|
# The entry point name (if none is provided in the .config file)
|
||||||
|
|
||||||
CONFIG_USER_ENTRYPOINT ?= user_start
|
CONFIG_USER_ENTRYPOINT ?= user_start
|
||||||
|
@ -35,10 +35,6 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/Make.defs
|
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)
|
# The entry point name (if none is provided in the .config file)
|
||||||
|
|
||||||
CONFIG_USER_ENTRYPOINT ?= user_start
|
CONFIG_USER_ENTRYPOINT ?= user_start
|
||||||
|
@ -35,10 +35,6 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/Make.defs
|
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)
|
# The entry point name (if none is provided in the .config file)
|
||||||
|
|
||||||
CONFIG_USER_ENTRYPOINT ?= user_start
|
CONFIG_USER_ENTRYPOINT ?= user_start
|
||||||
|
@ -35,10 +35,6 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/Make.defs
|
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)
|
# The entry point name (if none is provided in the .config file)
|
||||||
|
|
||||||
CONFIG_USER_ENTRYPOINT ?= user_start
|
CONFIG_USER_ENTRYPOINT ?= user_start
|
||||||
|
@ -35,10 +35,6 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/Make.defs
|
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)
|
# The entry point name (if none is provided in the .config file)
|
||||||
|
|
||||||
CONFIG_USER_ENTRYPOINT ?= user_start
|
CONFIG_USER_ENTRYPOINT ?= user_start
|
||||||
|
@ -35,10 +35,6 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/Make.defs
|
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)
|
# The entry point name (if none is provided in the .config file)
|
||||||
|
|
||||||
CONFIG_USER_ENTRYPOINT ?= user_start
|
CONFIG_USER_ENTRYPOINT ?= user_start
|
||||||
|
@ -20,10 +20,6 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/Make.defs
|
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)
|
# The entry point name (if none is provided in the .config file)
|
||||||
|
|
||||||
CONFIG_USER_ENTRYPOINT ?= user_start
|
CONFIG_USER_ENTRYPOINT ?= user_start
|
||||||
|
@ -20,10 +20,6 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/Make.defs
|
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)
|
# The entry point name (if none is provided in the .config file)
|
||||||
|
|
||||||
CONFIG_USER_ENTRYPOINT ?= user_start
|
CONFIG_USER_ENTRYPOINT ?= user_start
|
||||||
|
Loading…
Reference in New Issue
Block a user