summaryrefslogtreecommitdiffstats
path: root/src/usr/devtree/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/devtree/makefile')
-rw-r--r--src/usr/devtree/makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/usr/devtree/makefile b/src/usr/devtree/makefile
index a295d2033..48468421e 100644
--- a/src/usr/devtree/makefile
+++ b/src/usr/devtree/makefile
@@ -5,7 +5,9 @@
#
# OpenPOWER HostBoot Project
#
-# COPYRIGHT International Business Machines Corp. 2012,2014
+# Contributors Listed Below - COPYRIGHT 2013,2015
+# [+] International Business Machines Corp.
+#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -30,6 +32,13 @@
ROOTPATH = ../../..
MODULE = devtree
+## support for fapi
+EXTRAINCDIR += ${ROOTPATH}/src/include/usr/ecmddatabuffer
+EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwpf/fapi
+EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwpf/plat
+EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwpf/hwp
+
+
OBJS += devtree.o
OBJS += bld_devtree.o
OpenPOWER on IntegriCloud