Makefile 537 B

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