diff options
Diffstat (limited to 'src/usr/fapi2/test/fapi2Test.mk')
-rw-r--r-- | src/usr/fapi2/test/fapi2Test.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/fapi2/test/fapi2Test.mk b/src/usr/fapi2/test/fapi2Test.mk index 189f64a8f..175284ec0 100644 --- a/src/usr/fapi2/test/fapi2Test.mk +++ b/src/usr/fapi2/test/fapi2Test.mk @@ -42,6 +42,7 @@ EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/ffdc/ # Procedures OBJS += p9_sample_procedure.o OBJS += p9_hwtests.o +OBJS += rcSupport.o OBJS += fapi2TestUtils.o OBJS += getVpdTest.o |