Skip to content

Commit 608ed9a

Browse files
committed
Don't make the dtd+dtb Instead of that lets just move back to the current way that the kernel works
Change-Id: I900adb1ab3bb7e98ab0f9adcfb189ad46ad9447e
1 parent f0ca444 commit 608ed9a

3 files changed

Lines changed: 972 additions & 3 deletions

File tree

arch/arm/Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,9 +305,7 @@ zinstall uinstall install: vmlinux
305305
rm $(firstword $(wildcard $(srctree)/$(boot)/dts/amlogic/$(subst dtb,dts,$@) $(srctree)/$(CUSTOMER_DIR_NAME)/meson/dt/$(subst dtb,dts,$@)))
306306

307307
dtbs: scripts
308-
$(Q)$(MAKE) $(build)=$(subst $(wildcard $(srctree)//),,$(subst $(join /,$(subst dtb,dts,$@)),,$(firstword $(wildcard $(srctree)/$(boot)/dts/amlogic/$(subst dtb,dts,$@) $(srctree)/$(CUSTOMER_DIR_NAME)/meson/dt/$(subst dtb,dts,$@))))) \
309-
MACHINE=$(MACHINE) \
310-
dtbs
308+
$(Q)$(MAKE) $(build)=$(boot)/dts MACHINE=$(MACHINE) dtbs
311309

312310
zImage-dtb: vmlinux scripts dtbs
313311
$(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@

arch/arm/boot/dts/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ dtb-$(CONFIG_ARCH_VT8500) += vt8500-bv07.dtb \
209209
wm8650-mid.dtb \
210210
wm8850-w70v2.dtb
211211
dtb-$(CONFIG_ARCH_ZYNQ) += zynq-zc702.dtb
212+
dtb-$(CONFIG_MACH_MESON8B_ODROIDC) += meson8b_odroidc.dtb
212213

213214
DTB_NAMES := $(subst $\",,$(CONFIG_BUILD_ARM_APPENDED_DTB_IMAGE_NAMES))
214215
ifneq ($(DTB_NAMES),)

0 commit comments

Comments
 (0)