summaryrefslogtreecommitdiffstats
path: root/pk/ppe42/pkppe42files.mk
blob: 2ad2fa5534d613fd1ad855b0245d0826a78a8877 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
#  @file pkppe42files.mk
#
#  @brief mk for including ppe42 object files
#
#  @page ChangeLogs Change Logs
#  @section pkppe42files.mk
#  @verbatim
#
#
# Change Log ******************************************************************
# Flag     Defect/Feature  User        Date         Description
# ------   --------------  ----------  ------------ -----------
#
# @endverbatim
#
##########################################################################
# Include Files
##########################################################################

			

##########################################################################
# Object Files
##########################################################################
PPE42-C-SOURCES = ppe42_core.c \
		  ppe42_init.c \
		  ppe42_irq_core.c\
		  ppe42_gcc.c\
                  ppe42_scom.c
				   
PPE42-S-SOURCES =  ppe42_boot.S \
		   ppe42_exceptions.S\
		   div64.S\
		   ppe42_timebase.S

PPE42-TIMER-C-SOURCES = 
PPE42-TIMER-S-SOURCES = 

PPE42-THREAD-C-SOURCES += 
PPE42-THREAD-S-SOURCES += ppe42_thread_init.S


PPE42_OBJECTS += $(PPE42-C-SOURCES:.c=.o) $(PPE42-S-SOURCES:.S=.o)



OpenPOWER on IntegriCloud