diff options
Diffstat (limited to 'arch/sh64/mm/Makefile')
-rw-r--r-- | arch/sh64/mm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh64/mm/Makefile b/arch/sh64/mm/Makefile index ff19378ac90a..d0e813632480 100644 --- a/arch/sh64/mm/Makefile +++ b/arch/sh64/mm/Makefile | |||
@@ -13,7 +13,8 @@ | |||
13 | # unless it's something special (ie not a .c file). | 13 | # unless it's something special (ie not a .c file). |
14 | # | 14 | # |
15 | 15 | ||
16 | obj-y := init.o fault.o ioremap.o extable.o cache.o tlbmiss.o tlb.o | 16 | obj-y := cache.o consistent.o extable.o fault.o init.o ioremap.o \ |
17 | tlbmiss.o tlb.o | ||
17 | 18 | ||
18 | obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o | 19 | obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o |
19 | 20 | ||
@@ -41,4 +42,3 @@ CFLAGS_tlbmiss.o += -ffixed-r7 \ | |||
41 | -ffixed-r41 -ffixed-r42 -ffixed-r43 \ | 42 | -ffixed-r41 -ffixed-r42 -ffixed-r43 \ |
42 | -ffixed-r60 -ffixed-r61 -ffixed-r62 \ | 43 | -ffixed-r60 -ffixed-r61 -ffixed-r62 \ |
43 | -fomit-frame-pointer | 44 | -fomit-frame-pointer |
44 | |||