diff options
Diffstat (limited to 'arch/x86/mach-es7000/Makefile')
-rw-r--r-- | arch/x86/mach-es7000/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/mach-es7000/Makefile b/arch/x86/mach-es7000/Makefile new file mode 100644 index 00000000000..69dd4da218d --- /dev/null +++ b/arch/x86/mach-es7000/Makefile @@ -0,0 +1,6 @@ +# +# Makefile for the linux kernel. +# + +obj-$(CONFIG_X86_ES7000) := es7000plat.o +obj-$(CONFIG_X86_GENERICARCH) := es7000plat.o |