Makefile 169 B

1234567
  1. #
  2. # Makefile for Xillybus driver
  3. #
  4. obj-$(CONFIG_XILLYBUS) += xillybus_core.o
  5. obj-$(CONFIG_XILLYBUS_PCIE) += xillybus_pcie.o
  6. obj-$(CONFIG_XILLYBUS_OF) += xillybus_of.o