forked from luck/tmp_suning_uos_patched
7 lines
115 B
Makefile
7 lines
115 B
Makefile
|
#
|
||
|
# Makefile for the linux kernel.
|
||
|
#
|
||
|
|
||
|
obj-y := core.o clock.o
|
||
|
obj-$(CONFIG_MACH_REALVIEW_EB) += realview_eb.o
|