mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
kbuild: allow null board for spl build
Commit 33a02da0
supported "<none>" for the board field of boards.cfg.
But it missed to modify spl/Makefile.
This commit provides the flexibility so we can use "<none>" board
in SPL too.
This commit is contained in:
parent
bafd67d3d0
commit
bf69d66423
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ libs-y += $(CPUDIR)/
|
|||
ifdef SOC
|
||||
libs-y += $(CPUDIR)/$(SOC)/
|
||||
endif
|
||||
libs-y += board/$(BOARDDIR)/
|
||||
libs-y += $(if $(BOARDDIR),board/$(BOARDDIR)/)
|
||||
libs-$(HAVE_VENDOR_COMMON_LIB) += board/$(VENDOR)/common/
|
||||
|
||||
libs-$(CONFIG_SPL_FRAMEWORK) += common/spl/
|
||||
|
|
Loading…
Add table
Reference in a new issue