mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
8 lines
131 B
Makefile
8 lines
131 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
obj-y := timer.o irq.o common.o serial.o clock.o
|
|
obj-y += pm.o suspend.o
|
|
obj-y += phy3250.o
|
|
|