6db4831e98
Android 14
12 lines
163 B
Makefile
12 lines
163 B
Makefile
#
|
|
# Makefile for lemote loongson2f family machines
|
|
#
|
|
|
|
obj-y += clock.o machtype.o irq.o reset.o ec_kb3310b.o
|
|
|
|
#
|
|
# Suspend Support
|
|
#
|
|
|
|
obj-$(CONFIG_SUSPEND) += pm.o
|