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