6db4831e98
Android 14
8 lines
130 B
Makefile
8 lines
130 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
# Common support
|
|
obj-y := common.o slcr.o pm.o
|
|
obj-$(CONFIG_SMP) += headsmp.o platsmp.o
|