/drivers/fc4/Makefile

https://bitbucket.org/evzijst/gittest · Makefile · 9 lines · 4 code · 2 blank · 3 comment · 0 complexity · 3c4252d411460040c4e51c951daab343 MD5 · raw file

  1. #
  2. # Makefile for the Linux Fibre Channel device drivers.
  3. #
  4. fc4-objs := fc.o fc_syms.o
  5. obj-$(CONFIG_FC4) += fc4.o
  6. obj-$(CONFIG_FC4_SOC) += soc.o
  7. obj-$(CONFIG_FC4_SOCAL) += socal.o