diff options
Diffstat (limited to 'arch/mips/loongson/common/Makefile')
-rw-r--r-- | arch/mips/loongson/common/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/loongson/common/Makefile b/arch/mips/loongson/common/Makefile index a82527fdfb65..a21724d50e2c 100644 --- a/arch/mips/loongson/common/Makefile +++ b/arch/mips/loongson/common/Makefile | |||
@@ -16,3 +16,9 @@ obj-$(CONFIG_SERIAL_8250) += serial.o | |||
16 | # space | 16 | # space |
17 | # | 17 | # |
18 | obj-$(CONFIG_CS5536) += cs5536/ | 18 | obj-$(CONFIG_CS5536) += cs5536/ |
19 | |||
20 | # | ||
21 | # Suspend Support | ||
22 | # | ||
23 | |||
24 | obj-$(CONFIG_LOONGSON_SUSPEND) += pm.o | ||