diff options
| author | Prachi Gupta <pragupta@us.ibm.com> | 2015-11-13 10:35:37 -0600 |
|---|---|---|
| committer | Patrick Williams <iawillia@us.ibm.com> | 2015-12-11 15:30:28 -0600 |
| commit | 3273e7387ba43cce84e8431acc414a943a687f36 (patch) | |
| tree | 2de7206a9aa6e2b7a6cc134de09d6afc4ee68ab4 /src/usr/runtime/makefile | |
| parent | b06ecf7fa73668849af09d5f4a372629516f3565 (diff) | |
| download | blackbird-hostboot-3273e7387ba43cce84e8431acc414a943a687f36.tar.gz blackbird-hostboot-3273e7387ba43cce84e8431acc414a943a687f36.zip | |
Remove all compile dependencies on old fapi
Change-Id: Ia1633645fe2b294fecd15a8ede67983b86d3549c
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22283
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/runtime/makefile')
| -rw-r--r-- | src/usr/runtime/makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/src/usr/runtime/makefile b/src/usr/runtime/makefile index d1ab8bc1b..e8ecca91c 100644 --- a/src/usr/runtime/makefile +++ b/src/usr/runtime/makefile @@ -5,7 +5,9 @@ # # OpenPOWER HostBoot Project # -# COPYRIGHT International Business Machines Corp. 2012,2014 +# Contributors Listed Below - COPYRIGHT 2012,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,8 +32,8 @@ ROOTPATH = ../../.. MODULE = runtime - -OBJS += populate_attributes.o +#@TODO RTC:132750 +#OBJS += populate_attributes.o OBJS += hdatservice.o OBJS += fakepayload.o OBJS += tce.o @@ -39,10 +41,4 @@ OBJS += errlud_hdat.o SUBDIRS += test.d -## 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 - include ${ROOTPATH}/config.mk |

