diff options
Diffstat (limited to 'arch/i386/mach-visws/Makefile')
-rw-r--r-- | arch/i386/mach-visws/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/i386/mach-visws/Makefile b/arch/i386/mach-visws/Makefile new file mode 100644 index 00000000000..835fd96ad76 --- /dev/null +++ b/arch/i386/mach-visws/Makefile @@ -0,0 +1,8 @@ +# +# Makefile for the linux kernel. +# + +obj-y := setup.o traps.o reboot.o + +obj-$(CONFIG_X86_VISWS_APIC) += visws_apic.o +obj-$(CONFIG_X86_LOCAL_APIC) += mpparse.o |