summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/plat/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwpf/plat/makefile')
-rw-r--r--src/usr/hwpf/plat/makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/usr/hwpf/plat/makefile b/src/usr/hwpf/plat/makefile
new file mode 100644
index 000000000..1353ad9b9
--- /dev/null
+++ b/src/usr/hwpf/plat/makefile
@@ -0,0 +1,16 @@
+ROOTPATH = ../../../..
+MODULE = plat
+
+EXTRAINCDIR += ${ROOTPATH}/src/include/usr/ecmddatabuffer
+EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwpf/plat
+EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwpf/fapi
+EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwpf/hwp
+
+OBJS = fapiPlatHwAccess.o \
+ fapiPlatHwpInvoker.o \
+ fapiPlatReturnCodeDataRef.o \
+ fapiPlatSystemConfig.o \
+ fapiPlatTarget.o \
+ fapiPlatUtil.o
+
+include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud