summaryrefslogtreecommitdiffstats
path: root/src/lib/libgpefiles.mk
blob: 3f4efe128d9981e08f3dd0669ae9e3307d30b0ef (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
# $Id: libgpefiles.mk,v 1.3 2014/06/26 12:48:31 cmolsen Exp $
# $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/lib/libgpefiles.mk,v $
#  @file libgpefiles.mk
#
#  @brief mk for libssx.a gpe object files
#
#  @page ChangeLogs Change Logs
#  @section libgpefiles.mk
#  @verbatim
#
#
# Change Log ******************************************************************
# Flag     Defect/Feature  User        Date         Description
# ------   --------------  ----------  ------------ -----------
# @at007                   alvinwan    05/25/2012   Use complex method for linking pore and PPC objects
#
# @endverbatim
#
##########################################################################
# INCLUDES
##########################################################################
pS-SOURCES = \
	gpe_control.pS \
	gpe_data.pS \
	gpe_scom.pS \
	gpe_pba_pgas.pS

LIB_PSOBJECTS = ${pS-SOURCES:.pS=.o}


OpenPOWER on IntegriCloud