diff options
Diffstat (limited to 'arch/x86/mach-rdc321x/Makefile')
-rw-r--r-- | arch/x86/mach-rdc321x/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/mach-rdc321x/Makefile b/arch/x86/mach-rdc321x/Makefile new file mode 100644 index 000000000000..1faac8125e3d --- /dev/null +++ b/arch/x86/mach-rdc321x/Makefile | |||
@@ -0,0 +1,5 @@ | |||
1 | # | ||
2 | # Makefile for the RDC321x specific parts of the kernel | ||
3 | # | ||
4 | obj-$(CONFIG_X86_RDC321X) := gpio.o platform.o wdt.o | ||
5 | |||