forked from linux4sam/u-boot-at91
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
powerpc/dts: Makefile changes to clean and build dts
Signed-off-by: Jagdish Gediya <[email protected]> Reviewed-by: Bin Meng <[email protected]> Reviewed-by: Simon Glass <[email protected]> Reviewed-by: York Sun <[email protected]>
- Loading branch information
Jagdish Gediya
authored and
York Sun
committed
Sep 27, 2018
1 parent
4d3294b
commit 7d7a8e9
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# SPDX-License-Identifier: GPL-2.0+ | ||
|
||
targets += $(dtb-y) | ||
|
||
# Add any required device tree compiler flags here | ||
DTC_FLAGS += | ||
|
||
PHONY += dtbs | ||
dtbs: $(addprefix $(obj)/, $(dtb-y)) | ||
@: | ||
|
||
clean-files := *.dtb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters