Makefile 465 B

123456789101112131415161718192021222324
  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 uart_base.o
  6. #
  7. # Early printk support
  8. #
  9. obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
  10. obj-$(CONFIG_SERIAL_8250) += serial.o
  11. #
  12. # Enable CS5536 Virtual Support Module(VSM) to virtulize the PCI configure
  13. # space
  14. #
  15. obj-$(CONFIG_CS5536) += cs5536/
  16. #
  17. # Suspend Support
  18. #
  19. obj-$(CONFIG_LOONGSON_SUSPEND) += pm.o