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 \ |
Markos Chandras | 8510376 | 2013-07-04 09:38:29 +0100 | [diff] [blame] | 6 | bonito-irq.o mem.o machtype.o platform.o |
Alexandre Courbot | 1b92017 | 2013-03-10 21:22:21 +0900 | [diff] [blame] | 7 | obj-$(CONFIG_GPIOLIB) += gpio.o |
Markos Chandras | 8510376 | 2013-07-04 09:38:29 +0100 | [diff] [blame] | 8 | obj-$(CONFIG_PCI) += pci.o |
Wu Zhangjin | 85749d2 | 2009-07-02 23:26:45 +0800 | [diff] [blame] | 9 | |
| 10 | # |
Wu Zhangjin | c3d8d85 | 2009-11-28 14:21:50 +0800 | [diff] [blame] | 11 | # Serial port support |
Wu Zhangjin | 85749d2 | 2009-07-02 23:26:45 +0800 | [diff] [blame] | 12 | # |
| 13 | obj-$(CONFIG_EARLY_PRINTK) += early_printk.o |
Wu Zhangjin | e8be528 | 2009-10-16 14:17:18 +0800 | [diff] [blame] | 14 | obj-$(CONFIG_SERIAL_8250) += serial.o |
Wu Zhangjin | c3d8d85 | 2009-11-28 14:21:50 +0800 | [diff] [blame] | 15 | obj-$(CONFIG_LOONGSON_UART_BASE) += uart_base.o |
Arnaud Patard | 5df7435 | 2010-06-02 00:39:54 +0200 | [diff] [blame] | 16 | obj-$(CONFIG_LOONGSON_MC146818) += rtc.o |
Wu Zhangjin | 22c2100 | 2009-11-10 00:06:12 +0800 | [diff] [blame] | 17 | |
| 18 | # |
| 19 | # Enable CS5536 Virtual Support Module(VSM) to virtulize the PCI configure |
| 20 | # space |
| 21 | # |
| 22 | obj-$(CONFIG_CS5536) += cs5536/ |
Wu Zhangjin | f181bf6 | 2009-11-11 14:57:05 +0800 | [diff] [blame] | 23 | |
| 24 | # |
| 25 | # Suspend Support |
| 26 | # |
| 27 | |
| 28 | obj-$(CONFIG_LOONGSON_SUSPEND) += pm.o |