Commit c4e72ad6 authored by Thomas Gleixner's avatar Thomas Gleixner

x86: Move visws to platform

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent b17ed480
......@@ -36,7 +36,6 @@ obj-y += traps.o irq.o irq_$(BITS).o dumpstack_$(BITS).o
obj-y += time.o ioport.o ldt.o dumpstack.o
obj-y += setup.o x86_init.o i8259.o irqinit.o jump_label.o
obj-$(CONFIG_IRQ_WORK) += irq_work.o
obj-$(CONFIG_X86_VISWS) += visws_quirks.o
obj-$(CONFIG_X86_32) += probe_roms_32.o
obj-$(CONFIG_X86_32) += sys_i386_32.o i386_ksyms_32.o
obj-$(CONFIG_X86_64) += sys_x86_64.o x8664_ksyms_64.o
......
# Platform specific code goes here
obj-y += efi/
obj-y += sfi/
obj-y += visws/
obj-$(CONFIG_X86_VISWS) += visws_quirks.o
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment