mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-07 00:38:05 -04:00
9 lines
225 B
Makefile
9 lines
225 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
# Common support
|
|
obj-y := common.o slcr.o pm.o
|
|
CFLAGS_REMOVE_hotplug.o =-march=armv6k
|
|
CFLAGS_hotplug.o =-Wa,-march=armv7-a -mcpu=cortex-a9
|
|
obj-$(CONFIG_SMP) += headsmp.o platsmp.o
|