/arch/mips/loongson/common/Makefile

http://github.com/mirrors/linux · Makefile · 28 lines · 10 code · 5 blank · 13 comment · 0 complexity · ba5992834b09f7556dfe83a41fc67bc0 MD5 · raw file

  1. #
  2. # Makefile for loongson based machines.
  3. #
  4. obj-y += setup.o init.o cmdline.o env.o time.o reset.o irq.o \
  5. bonito-irq.o mem.o machtype.o platform.o
  6. obj-$(CONFIG_GPIOLIB) += gpio.o
  7. obj-$(CONFIG_PCI) += pci.o
  8. #
  9. # Serial port support
  10. #
  11. obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
  12. obj-$(CONFIG_SERIAL_8250) += serial.o
  13. obj-$(CONFIG_LOONGSON_UART_BASE) += uart_base.o
  14. obj-$(CONFIG_LOONGSON_MC146818) += rtc.o
  15. #
  16. # Enable CS5536 Virtual Support Module(VSM) to virtulize the PCI configure
  17. # space
  18. #
  19. obj-$(CONFIG_CS5536) += cs5536/
  20. #
  21. # Suspend Support
  22. #
  23. obj-$(CONFIG_LOONGSON_SUSPEND) += pm.o