mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
ODROID-COMMON: scripts: fix to install dts/<soc>/overlays/<model>/*.dtbo
Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: Ib62a6e2aae9e2eaa7a4d3d3aa829400c742f9ce1
This commit is contained in:
committed by
Mauro (mdrjr) Ribeiro
parent
6121c553f5
commit
09cf2171f9
@@ -18,9 +18,10 @@ include $(srctree)/scripts/Kbuild.include
|
||||
include $(kbuild-file)
|
||||
|
||||
dtbs := $(addprefix $(dst)/, $(dtb-y) $(if $(CONFIG_OF_ALL_DTBS),$(dtb-)))
|
||||
dtbos := $(addprefix $(dst)/, $(dtbo-y) $(if $(CONFIG_OF_ALL_DTBS),$(dtb-)))
|
||||
subdirs := $(addprefix $(obj)/, $(subdir-y) $(subdir-m))
|
||||
|
||||
__dtbs_install: $(dtbs) $(subdirs)
|
||||
__dtbs_install: $(dtbs) $(dtbos) $(subdirs)
|
||||
@:
|
||||
|
||||
quiet_cmd_dtb_install = INSTALL $@
|
||||
|
||||
Reference in New Issue
Block a user