summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2017-04-16 22:13:39 -0500
committerAaron Durbin <adurbin@chromium.org>2017-04-25 18:15:14 +0200
commit5e88c3b18ac7eef053d5285d6ad00c1bde4f1235 (patch)
tree46e8080652a1b6b68ced476d6feccc69ea00315d /Makefile.inc
parente4d7abc0d448c7e805f2b48ed1251708d1f84c67 (diff)
downloadcoreboot-5e88c3b18ac7eef053d5285d6ad00c1bde4f1235.tar.gz
coreboot-5e88c3b18ac7eef053d5285d6ad00c1bde4f1235.tar.bz2
coreboot-5e88c3b18ac7eef053d5285d6ad00c1bde4f1235.zip
device: allow devicetree accesses in postcar stage
Change-Id: Ib6f8ee937c4f3d8e2c0ff3851a819077fa499ccc Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/19334 Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-by: Philippe Mathieu-Daudé <philippe.mathieu.daude@gmail.com> Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 98f6af6e350e..1e65228841da 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -526,6 +526,7 @@ ramstage-y+=$(DEVICETREE_STATIC_C)
romstage-y+=$(DEVICETREE_STATIC_C)
verstage-y+=$(DEVICETREE_STATIC_C)
bootblock-y+=$(DEVICETREE_STATIC_C)
+postcar-y+=$(DEVICETREE_STATIC_C)
#######################################################################
# Clean up rules