diff options
author | Corey Swenson <cswenson@us.ibm.com> | 2016-04-19 16:24:25 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-05-25 16:02:30 -0400 |
commit | b24c53c78faff4a6ef41232d1ae742d28045e354 (patch) | |
tree | 0ced340c2ab7bd3e4a4dd7ae79b1b210a09d42c3 /src/usr/fapi2/makefile | |
parent | 9624de19f81da674e87a9fbc697f98fbcf43fb9d (diff) | |
download | talos-hostboot-b24c53c78faff4a6ef41232d1ae742d28045e354.tar.gz talos-hostboot-b24c53c78faff4a6ef41232d1ae742d28045e354.zip |
Build FAPI2 into HBRT image
Change-Id: I3567d4d534a26edd33810f6b3a5c033507ffc119
RTC:145237
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23441
Tested-by: Jenkins Server
Tested-by: FSP CI Jenkins
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/fapi2/makefile')
-rwxr-xr-x | src/usr/fapi2/makefile | 19 |
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} |