From 3a083227a45cbbf5d29e6fe7c093af9e09905d4d Mon Sep 17 00:00:00 2001 From: Russell King Date: Sat, 5 Nov 2011 17:38:32 +0000 Subject: ARM: clps711x: consolidate irq/mm/time code into a single file The separate files for clps711x which contain maybe one or two data structures or functions is an inefficient use of files, and encourages further small files as other changes happen. Collapse down these into a single core.c file. Signed-off-by: Russell King --- arch/arm/mach-clps711x/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/mach-clps711x/Makefile') diff --git a/arch/arm/mach-clps711x/Makefile b/arch/arm/mach-clps711x/Makefile index 4a197315f0cf..f2f0256232e3 100644 --- a/arch/arm/mach-clps711x/Makefile +++ b/arch/arm/mach-clps711x/Makefile @@ -4,7 +4,7 @@ # Object file lists. -obj-y := irq.o mm.o time.o +obj-y := common.o obj-m := obj-n := obj- := -- cgit v1.2.3