Makefile 313 B

123456789101112131415
  1. EXTRA_CFLAGS += -I$(srctree)/drivers/target/ \
  2. -I$(srctree)/drivers/scsi/ \
  3. -I$(srctree)/include/scsi/ \
  4. -I$(srctree)/drivers/target/tcm_fc/
  5. tcm_fc-y += tfc_cmd.o \
  6. tfc_conf.o \
  7. tfc_io.o \
  8. tfc_sess.o
  9. obj-$(CONFIG_TCM_FC) += tcm_fc.o
  10. ifdef CONFIGFS_TCM_FC_DEBUG
  11. EXTRA_CFLAGS += -DTCM_FC_DEBUG
  12. endif