Makefile 405 B

123456789101112131415161718
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. obj-${CONFIG_MTK_T7XX} := mtk_t7xx.o
  3. mtk_t7xx-y:= t7xx_pci.o \
  4. t7xx_pcie_mac.o \
  5. t7xx_mhccif.o \
  6. t7xx_state_monitor.o \
  7. t7xx_modem_ops.o \
  8. t7xx_cldma.o \
  9. t7xx_hif_cldma.o \
  10. t7xx_port_proxy.o \
  11. t7xx_port_ctrl_msg.o \
  12. t7xx_port_wwan.o \
  13. t7xx_hif_dpmaif.o \
  14. t7xx_hif_dpmaif_tx.o \
  15. t7xx_hif_dpmaif_rx.o \
  16. t7xx_dpmaif.o \
  17. t7xx_netdev.o