Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1fa3759 authored by Nicholas Bellinger's avatar Nicholas Bellinger
Browse files

tcm_fc: Makefile cleanups



This patch removes the unnecessary EXTRA_CFLAGS includes, and drops the
unused -DTCM_FC_DEBUG define.

Reported-by: default avatarChristoph Hellwig <hch@infradead.org>
Signed-off-by: default avatarNicholas A. Bellinger <nab@linux-iscsi.org>
parent a57b5d36
Loading
Loading
Loading
Loading
+4 −13
Original line number Diff line number Diff line
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