diff options
author | Andrew Geissler <andrewg@us.ibm.com> | 2016-07-12 15:11:27 -0500 |
---|---|---|
committer | Stephen Cprek <smcprek@us.ibm.com> | 2016-07-18 15:32:33 -0500 |
commit | 0adf362fa7d99c41d210dda0c6d8696320270163 (patch) | |
tree | 0339e72387c0dd5ae0fa7d4ec3432add7ad2c8f0 /src/usr/fapi2/makefile | |
parent | 4f2731371170a48d020ce11ad51e51e6eebabe3b (diff) | |
download | talos-hostboot-0adf362fa7d99c41d210dda0c6d8696320270163.tar.gz talos-hostboot-0adf362fa7d99c41d210dda0c6d8696320270163.zip |
Attribute override support in hostboot
This provides full attribute override support in Hostboot and
also adds in a required attribute for the reconfig loop testing.
Change-Id: I06a8213bc3b56d20b0817477a84014d89250ec25
RTC: 157097
CMVC-coreq: 999873
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26923
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/fapi2/makefile')
-rwxr-xr-x | src/usr/fapi2/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/fapi2/makefile b/src/usr/fapi2/makefile index d6d9fd509..6c59f0de0 100755 --- a/src/usr/fapi2/makefile +++ b/src/usr/fapi2/makefile @@ -36,6 +36,8 @@ SUBDIRS += runtime.d include fapi2.mk +OBJS += plat_attr_task.o + include ${ROOTPATH}/config.mk vpath %.C ${GENDIR} |