You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
163 B
9 lines
163 B
20 years ago
|
#
|
||
|
# 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
|