aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/agesa/f15/Proc/HT/htGraph/Makefile.inc
blob: fceb584093a40e4ac8e000f0793902579ada6b1a (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
libagesa-y += htGraph.c
libagesa-y += htGraph1.c
libagesa-y += htGraph2.c
libagesa-y += htGraph3Line.c
libagesa-y += htGraph3Triangle.c
libagesa-y += htGraph4Degenerate.c
libagesa-y += htGraph4FullyConnected.c
libagesa-y += htGraph4Kite.c
libagesa-y += htGraph4Line.c
libagesa-y += htGraph4Square.c
libagesa-y += htGraph4Star.c
libagesa-y += htGraph5FullyConnected.c
libagesa-y += htGraph5TwistedLadder.c
libagesa-y += htGraph6DoubloonLower.c
libagesa-y += htGraph6DoubloonUpper.c
libagesa-y += htGraph6FullyConnected.c
libagesa-y += htGraph6TwinTriangles.c
libagesa-y += htGraph6TwistedLadder.c
libagesa-y += htGraph7FullyConnected.c
libagesa-y += htGraph7TwistedLadder.c
libagesa-y += htGraph8DoubloonM.c
libagesa-y += htGraph8FullyConnected.c
libagesa-y += htGraph8Ladder.c
libagesa-y += htGraph8TwinFullyFourWays.c
libagesa-y += htGraph8TwistedLadder.c