mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-18 23:18:20 +00:00
16 lines
313 B
Makefile
16 lines
313 B
Makefile
|
EXTRA_CFLAGS += -I$(srctree)/drivers/target/ \
|
||
|
-I$(srctree)/drivers/scsi/ \
|
||
|
-I$(srctree)/include/scsi/ \
|
||
|
-I$(srctree)/drivers/target/tcm_fc/
|
||
|
|
||
|
tcm_fc-y += tfc_cmd.o \
|
||
|
tfc_conf.o \
|
||
|
tfc_io.o \
|
||
|
tfc_sess.o
|
||
|
|
||
|
obj-$(CONFIG_TCM_FC) += tcm_fc.o
|
||
|
|
||
|
ifdef CONFIGFS_TCM_FC_DEBUG
|
||
|
EXTRA_CFLAGS += -DTCM_FC_DEBUG
|
||
|
endif
|