12 lines
164 B
Makefile
12 lines
164 B
Makefile
#
|
|
# Makefile for lemote loongson2f family machines
|
|
#
|
|
|
|
obj-y += machtype.o irq.o reset.o ec_kb3310b.o
|
|
|
|
#
|
|
# Suspend Support
|
|
#
|
|
|
|
obj-$(CONFIG_LOONGSON_SUSPEND) += pm.o
|