Makefile 599 B

1234567891011121314151617181920212223242526272829303132
  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 serial.o
  6. obj-$(CONFIG_PCI) += pci.o
  7. #
  8. # Serial port support
  9. #
  10. obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
  11. obj-$(CONFIG_LOONGSON_UART_BASE) += uart_base.o
  12. obj-$(CONFIG_LOONGSON_MC146818) += rtc.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_SUSPEND) += pm.o
  22. #
  23. # Big Memory (SWIOTLB) Support
  24. #
  25. obj-$(CONFIG_SWIOTLB) += dma-swiotlb.o