summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shark/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-shark/Makefile')
-rw-r--r--arch/arm/mach-shark/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/arch/arm/mach-shark/Makefile b/arch/arm/mach-shark/Makefile
index 414d0c2e1..c6a4d4023 100644
--- a/arch/arm/mach-shark/Makefile
+++ b/arch/arm/mach-shark/Makefile
@@ -5,6 +5,8 @@
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
+USE_STANDARD_AS_RULE := true
+
O_TARGET := shark.o
# Object file lists.
@@ -18,15 +20,4 @@ export-objs :=
#obj-$(CONFIG_LEDS) += leds.o
-# Files that are both resident and modular; remove from modular.
-
-obj-m := $(filter-out $(obj-y), $(obj-m))
-
-# Translate to Rules.make lists.
-
-O_OBJS := $(filter-out $(export-objs), $(obj-y))
-OX_OBJS := $(filter $(export-objs), $(obj-y))
-M_OBJS := $(sort $(filter-out $(export-objs), $(obj-m)))
-MX_OBJS := $(sort $(filter $(export-objs), $(obj-m)))
-
include $(TOPDIR)/Rules.make