Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65442
b: refs/heads/master
c: 82606d5
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 11, 2007
1 parent e79cea6 commit 56add9b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 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: 359fd6de61fc8777316709fb79047c480b3eae0d
refs/heads/master: 82606d5738f29d3026159ebabba687facd25276e
15 changes: 5 additions & 10 deletions trunk/arch/i386/mm/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
#
# Makefile for the linux i386-specific parts of the memory manager.
#

obj-y := init_32.o pgtable_32.o fault_32.o ioremap_32.o extable_32.o pageattr_32.o mmap_32.o

obj-$(CONFIG_NUMA) += discontig_32.o
obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
obj-$(CONFIG_HIGHMEM) += highmem_32.o
obj-$(CONFIG_BOOT_IOREMAP) += boot_ioremap_32.o
ifeq ($(CONFIG_X86_32),y)
include ${srctree}/arch/i386/mm/Makefile_32
else
include ${srctree}/arch/x86_64/mm/Makefile_64
endif
10 changes: 10 additions & 0 deletions trunk/arch/i386/mm/Makefile_32
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#
# Makefile for the linux i386-specific parts of the memory manager.
#

obj-y := init_32.o pgtable_32.o fault_32.o ioremap_32.o extable_32.o pageattr_32.o mmap_32.o

obj-$(CONFIG_NUMA) += discontig_32.o
obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o
obj-$(CONFIG_HIGHMEM) += highmem_32.o
obj-$(CONFIG_BOOT_IOREMAP) += boot_ioremap_32.o

0 comments on commit 56add9b

Please sign in to comment.