Wu Zhangjin | 85749d2 | 2009-07-02 23:26:45 +0800 | [diff] [blame] | 1 | # |
| 2 | # Makefile for loongson based machines. |
| 3 | # |
| 4 | |
| 5 | obj-y += setup.o init.o cmdline.o env.o time.o reset.o irq.o \ |
Wu Zhangjin | a3ed495 | 2009-11-06 18:35:34 +0800 | [diff] [blame] | 6 | pci.o bonito-irq.o mem.o machtype.o uart_base.o |
Wu Zhangjin | 85749d2 | 2009-07-02 23:26:45 +0800 | [diff] [blame] | 7 | |
| 8 | # |
| 9 | # Early printk support |
| 10 | # |
| 11 | obj-$(CONFIG_EARLY_PRINTK) += early_printk.o |
Wu Zhangjin | e8be528 | 2009-10-16 14:17:18 +0800 | [diff] [blame] | 12 | obj-$(CONFIG_SERIAL_8250) += serial.o |
Wu Zhangjin | 22c2100 | 2009-11-10 00:06:12 +0800 | [diff] [blame] | 13 | |
| 14 | # |
| 15 | # Enable CS5536 Virtual Support Module(VSM) to virtulize the PCI configure |
| 16 | # space |
| 17 | # |
| 18 | obj-$(CONFIG_CS5536) += cs5536/ |
Wu Zhangjin | f181bf6 | 2009-11-11 14:57:05 +0800 | [diff] [blame^] | 19 | |
| 20 | # |
| 21 | # Suspend Support |
| 22 | # |
| 23 | |
| 24 | obj-$(CONFIG_LOONGSON_SUSPEND) += pm.o |