Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68314
b: refs/heads/master
c: 049aa16
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Oct 1, 2007
1 parent 91760e7 commit 42d5f95
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 749c84966c990092da20203a80e0749b614c79a6
refs/heads/master: 049aa166b112beab77b9a2f8d9caa03b74843eab
2 changes: 1 addition & 1 deletion trunk/arch/sh64/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ obj-$(CONFIG_SH_DMA) += dma.o
obj-$(CONFIG_SH_FPU) += fpu.o
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
obj-$(CONFIG_KALLSYMS) += unwind.o
obj-$(CONFIG_PCI) += pci-dma.o pcibios.o
obj-$(CONFIG_PCI) += pcibios.o
obj-$(CONFIG_MODULES) += module.o

ifeq ($(CONFIG_PCI),y)
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/sh64/mm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
# unless it's something special (ie not a .c file).
#

obj-y := init.o fault.o ioremap.o extable.o cache.o tlbmiss.o tlb.o
obj-y := cache.o consistent.o extable.o fault.o init.o ioremap.o \
tlbmiss.o tlb.o

obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o

Expand Down Expand Up @@ -41,4 +42,3 @@ CFLAGS_tlbmiss.o += -ffixed-r7 \
-ffixed-r41 -ffixed-r42 -ffixed-r43 \
-ffixed-r60 -ffixed-r61 -ffixed-r62 \
-fomit-frame-pointer

File renamed without changes.

0 comments on commit 42d5f95

Please sign in to comment.