hwmon: (coretemp) Fix TjMax detection for older CPUs
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / target / tcm_fc / Makefile
blob7a5c2b64cf65e208cf6c9061e75891f8e101bf33
1 EXTRA_CFLAGS += -I$(srctree)/drivers/target/ \
2 -I$(srctree)/drivers/scsi/ \
3 -I$(srctree)/include/scsi/ \
4 -I$(srctree)/drivers/target/tcm_fc/
6 tcm_fc-y += tfc_cmd.o \
7 tfc_conf.o \
8 tfc_io.o \
9 tfc_sess.o
11 obj-$(CONFIG_TCM_FC) += tcm_fc.o
13 ifdef CONFIGFS_TCM_FC_DEBUG
14 EXTRA_CFLAGS += -DTCM_FC_DEBUG
15 endif