summaryrefslogtreecommitdiffstats
path: root/arch/x86/mach-rdc321x/Makefile
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-18 19:37:21 +0100
committerIngo Molnar <mingo@elte.hu>2009-01-18 19:39:18 +0100
commit5662a2f8e7313f78d6b17ab383f3e4f04971c335 (patch)
tree31468d262e5e052c2727d5c5ca671b8a2facc989 /arch/x86/mach-rdc321x/Makefile
parentf3b8436ad9a8ad36b3c9fa1fe030c7f38e5d3d0b (diff)
x86, rdc321x: remove/move leftover files
Impact: cleanup Move/remove leftover RDC321 files. Now that it's not a subarch anymore, arch/x86/mach-rdc321x and arch/x86/include/asm/mach-rdc321x/ are not needed. One include file was still in use: rdc321x_defs.h, move that to the generic x86 asm header directory. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mach-rdc321x/Makefile')
-rw-r--r--arch/x86/mach-rdc321x/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/mach-rdc321x/Makefile b/arch/x86/mach-rdc321x/Makefile
deleted file mode 100644
index 8325b4ca431..00000000000
--- a/arch/x86/mach-rdc321x/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-#
-# Makefile for the RDC321x specific parts of the kernel
-#
-obj-$(CONFIG_X86_RDC321X) := gpio.o platform.o
-