diff options
-rw-r--r-- | purgatory/arch/mips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/purgatory/arch/mips/Makefile b/purgatory/arch/mips/Makefile index b444aaa..87888f3 100644 --- a/purgatory/arch/mips/Makefile +++ b/purgatory/arch/mips/Makefile @@ -5,6 +5,6 @@ mips_PURGATORY_SRCS+= purgatory/arch/mips/purgatory-mips.c mips_PURGATORY_SRCS+= purgatory/arch/mips/console-mips.c -dist += purgatory/arch/mips/Makefile $(mips_PURGATORY_C_SRCS) \ +dist += purgatory/arch/mips/Makefile $(mips_PURGATORY_SRCS) \ purgatory/arch/mips/purgatory-mips.h |