summaryrefslogtreecommitdiffstats
path: root/src/usr/fapi2/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/fapi2/makefile')
-rwxr-xr-xsrc/usr/fapi2/makefile19
1 files changed, 2 insertions, 17 deletions
diff --git a/src/usr/fapi2/makefile b/src/usr/fapi2/makefile
index c9cdbe759..d6d9fd509 100755
--- a/src/usr/fapi2/makefile
+++ b/src/usr/fapi2/makefile
@@ -29,28 +29,13 @@
#
ROOTPATH = ../../..
-GENPATH?=$(ROOTPATH)/obj/genfiles
MODULE = fapi2
SUBDIRS += test.d
-
-EXTRAINCDIR += $(ROOTPATH)/src/import/chips/p9/procedures/hwp/pm/
-
-include ${ROOTPATH}/src/build/mkrules/verbose.rules.mk
-define __CLEAN_TARGET
-CLEAN_TARGETS += $(1)
-endef
+SUBDIRS += runtime.d
include fapi2.mk
-include ${ROOTPATH}/procedure.rules.mk
-include ${ROOTPATH}/src/import/tools/build/common.dir/script.rules.mk
-include ${ROOTPATH}/src/import/hwpf/fapi2/tools/parseErrorInfo.mk
-include ${ROOTPATH}/src/import/hwpf/fapi2/tools/parseAttributeInfo.mk
-include ${ROOTPATH}/src/import/hwpf/fapi2/tools/createIfAttrService.mk
-include $(ROOTPATH)/src/import/chips/p9/procedures/hwp/pm/p9_pm_get_poundv_bucket.mk
-include $(ROOTPATH)/src/import/chips/p9/procedures/hwp/pm/p9_pm_get_poundv_bucket_attr.mk
-
include ${ROOTPATH}/config.mk
-vpath %.C ${GENDIR} $(ROOTPATH)/src/import/chips/p9/procedures/hwp/pm/
+vpath %.C ${GENDIR}
OpenPOWER on IntegriCloud