summaryrefslogtreecommitdiffstats
path: root/hwpf/plat/src/fapi2ppefiles.mk
blob: 968abb56c3fca53536f410fa492a55ec33599bf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#  @file fapi2ppefiles.mk
#
#  @brief mk for including fapi2 object files
#
#  @page ChangeLogs Change Logs
#  @section fapi2ppefiles.mk
#  @verbatim
#
#
# Change Log ******************************************************************
# Flag     Defect/Feature  User        Date         Description
# ------   --------------  ----------  ------------ -----------
#
# @endverbatim
#
##########################################################################
# Object Files
##########################################################################


FAPI2-C-SOURCES +=  fapi2PlatAttributeService.C \
                    plat_utils.C

FAPI2-S-SOURCES =

FAPI2LIB_OBJECTS += $(FAPI2-C-SOURCES:.C=.o) $(FAPI2-S-SOURCES:.S=.o)

OpenPOWER on IntegriCloud