]> git.ipfire.org Git - people/ms/u-boot.git/commit
Makefile: Drop unnecessary -dtb suffixes
authorSimon Glass <sjg@chromium.org>
Mon, 1 Feb 2016 01:10:55 +0000 (18:10 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 2 Feb 2016 01:55:52 +0000 (20:55 -0500)
commit73c5c399977d55bd32fc718a6a4a5922d282fea2
tree90bf871d43edf0ed9c334b2b6ba3154d8e8019f9
parentdae6e7bf50260a73a688fe623ac3390891f72165
Makefile: Drop unnecessary -dtb suffixes

When OF_CONTROL is enabled, u-boot-dtb.* files are the same as u-boot.*
files. So we can use the latter for simplicity.

Tested-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Makefile