Makefile 500 B

12345678910111213141516171819202122232425
  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. pci.o bonito-irq.o mem.o machtype.o platform.o
  6. #
  7. # Serial port support
  8. #
  9. obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
  10. obj-$(CONFIG_SERIAL_8250) += serial.o
  11. obj-$(CONFIG_LOONGSON_UART_BASE) += uart_base.o
  12. #
  13. # Enable CS5536 Virtual Support Module(VSM) to virtulize the PCI configure
  14. # space
  15. #
  16. obj-$(CONFIG_CS5536) += cs5536/
  17. #
  18. # Suspend Support
  19. #
  20. obj-$(CONFIG_LOONGSON_SUSPEND) += pm.o