summaryrefslogtreecommitdiff
path: root/purgatory/arch/ppc64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'purgatory/arch/ppc64/Makefile')
-rw-r--r--purgatory/arch/ppc64/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/purgatory/arch/ppc64/Makefile b/purgatory/arch/ppc64/Makefile
index 792a0b3..a62484e 100644
--- a/purgatory/arch/ppc64/Makefile
+++ b/purgatory/arch/ppc64/Makefile
@@ -2,10 +2,10 @@
# Purgatory ppc
#
-PURGATORY_S_SRCS += purgatory/arch/ppc64/v2wrap.S
-PURGATORY_C_SRCS += purgatory/arch/ppc64/purgatory-ppc64.c
-PURGATORY_C_SRCS += purgatory/arch/ppc64/console-ppc64.c
-PURGATORY_C_SRCS += purgatory/arch/ppc64/crashdump_backup.c
+PURGATORY_SRCS += purgatory/arch/ppc64/v2wrap.S
+PURGATORY_SRCS += purgatory/arch/ppc64/purgatory-ppc64.c
+PURGATORY_SRCS += purgatory/arch/ppc64/console-ppc64.c
+PURGATORY_SRCS += purgatory/arch/ppc64/crashdump_backup.c
$(PURGATORY): CFLAGS += -m64 -mcall-aixdesc
$(PURGATORY): ASFLAGS += -m64 -mcall-aixdesc