summaryrefslogtreecommitdiffstats
path: root/pk/ppe/pkppefiles.mk
blob: 79b7baaedc32c1aaaa9e24fbe94d927c65449e3e (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
29
30
31
32
33
#  @file pkppefiles.mk
#
#  @brief mk for including ppe object files
#
#  @page ChangeLogs Change Logs
#  @section pkppefiles.mk
#  @verbatim
#
#
# Change Log ******************************************************************
# Flag     Defect/Feature  User        Date         Description
# ------   --------------  ----------  ------------ -----------
#
# @endverbatim
#
##########################################################################
# Object Files
##########################################################################

PPE-C-SOURCES = ppe_init.c
PPE-S-SOURCES =

PPE-TIMER-C-SOURCES = 
PPE-TIMER-S-SOURCES = 

PPE-THREAD-C-SOURCES = 
PPE-THREAD-S-SOURCES = 

PPE-ASYNC-C-SOURCES =
PPE-ASYNC-S-SOURCES =

PPE_OBJECTS += $(PPE-C-SOURCES:.c=.o) $(PPE-S-SOURCES:.S=.o)

OpenPOWER on IntegriCloud