commit | a6a8bc73dbb801f309fb021e7fba6bdcc4618b50 | [log] [tgz] |
---|---|---|
author | Chris Kay <chris.kay@arm.com> | Fri Mar 08 16:26:53 2024 +0000 |
committer | Chris Kay <chris.kay@arm.com> | Mon Apr 29 12:47:01 2024 +0000 |
tree | c108c5a1d18821e685e4269d35497caa102b4bfb | |
parent | 99b5b2e369f5fab0da1c74925896a25ac67dc2ec [diff] |
build: separate preprocessing from DTB compilation This is a small change to separate preprocessing of device tree sources into their own build step as opposed to combining them. The impact of this is more on separation of concerns than anything tangible, but it's helpful to avoid doing more than necessary in a build rule. Change-Id: I770291bd9d9f627c93e82556a40f753bf27eef93 Signed-off-by: Chris Kay <chris.kay@arm.com>