summaryrefslogtreecommitdiffstats
path: root/tools/PowerPCtoPPE/p2pfiles.mk
blob: 3d4fd3fbf05fc605d96a97d093d4f571935e3d20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#  @file p2pfiles.mk
#
#  @brief mk for including P2P support library object files
#

##########################################################################
# Object Files
##########################################################################
P2P-S-SOURCES = ppe42_mulhw.S ppe42_mulhwu.S ppe42_mullw.S \
                ppe42_divw.S ppe42_divwu.S

P2P_OBJECTS = $(P2P-S-SOURCES:.S=.o)


OpenPOWER on IntegriCloud