summaryrefslogtreecommitdiffstats
path: root/purgatory/arch/ppc/Makefile
blob: c85c58aaf776897cae685dc878075c4fdc12edf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# Purgatory ppc
#

ppc_PURGATORY_SRCS += purgatory/arch/ppc/v2wrap_32.S
ppc_PURGATORY_SRCS += purgatory/arch/ppc/misc.S
ppc_PURGATORY_SRCS += purgatory/arch/ppc/purgatory-ppc.c
ppc_PURGATORY_SRCS += purgatory/arch/ppc/console-ppc.c

ppc_PURGATORY_EXTRA_CFLAGS += -msoft-float

dist += purgatory/arch/ppc/Makefile $(ppc_PURGATORY_SRCS)		\
	purgatory/arch/ppc/purgatory-ppc.h purgatory/arch/ppc/ppc_asm.h