Skip to content

Commit

Permalink
Add overlays symlink and dtbo target for ARM64 (#1739)
Browse files Browse the repository at this point in the history
Signed-off-by: Gerhard de Clercq <[email protected]>
  • Loading branch information
Gerharddc authored and popcornmix committed Jan 8, 2017
1 parent 8a098af commit d3fbdeb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ zinstall install:

%.dtb: scripts
$(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@

%.dtbo: | scripts
$(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@

PHONY += dtbs dtbs_install

Expand Down
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ dts-dirs += socionext
dts-dirs += sprd
dts-dirs += xilinx
dts-dirs += lg
dts-dirs += overlays

subdir-y := $(dts-dirs)

Expand Down
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/overlays

0 comments on commit d3fbdeb

Please sign in to comment.