Makefile 150 B

1234567
  1. #
  2. # Makefile for PCI-Express PORT Driver
  3. #
  4. pcieportdrv-y := portdrv_core.o portdrv_pci.o portdrv_bus.o
  5. obj-$(CONFIG_PCIEPORTBUS) += pcieportdrv.o