7 lines
91 B
Makefile
7 lines
91 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
obj-y := virt.o
|
|
obj-$(CONFIG_SMP) += platsmp.o
|