summaryrefslogtreecommitdiffstats
path: root/arch/ia64/mm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/mm/Makefile')
-rw-r--r--arch/ia64/mm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/ia64/mm/Makefile b/arch/ia64/mm/Makefile
index ab2b95cf9..02dee5d57 100644
--- a/arch/ia64/mm/Makefile
+++ b/arch/ia64/mm/Makefile
@@ -8,7 +8,7 @@
# Note 2! The CFLAGS definition is now in the main makefile...
O_TARGET := mm.o
-#O_OBJS := ioremap.o
-O_OBJS := init.o fault.o tlb.o extable.o
+
+obj-y := init.o fault.o tlb.o extable.o
include $(TOPDIR)/Rules.make