summaryrefslogtreecommitdiffstats
path: root/hwpf/src/plat/fapi2ppeplatfiles.mk
blob: faf4845ff468529ab0a2b6ee5b783f0e00b88951 (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
28
#  @file fapi2ppefiles.mk
#
#  @brief mk for including fapi2 object files
#
#  @page ChangeLogs Change Logs
#  @section fapi2ppeplatfiles.mk
#  @verbatim
#
#
# Change Log ******************************************************************
# Flag     Defect/Feature  User        Date         Description
# ------   --------------  ----------  ------------ -----------
#
# @endverbatim
#
##########################################################################
# Object Files
##########################################################################


FAPI2PLAT-CPP-SOURCES +=  target.C
FAPI2PLAT-CPP-SOURCES +=  plat_utils.C

FAPI2PLAT-S-SOURCES =

FAPI2PLATLIB_OBJECTS += $(FAPI2PLAT-CPP-SOURCES:.C=.o) 
FAPI2PLATLIB_OBJECTS += $(FAPI2PLAT-S-SOURCES:.S=.o)

OpenPOWER on IntegriCloud