summaryrefslogtreecommitdiff
path: root/drivers/target/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/target/Makefile')
-rw-r--r--drivers/target/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/target/Makefile b/drivers/target/Makefile
index 050ee65..4f3cb78 100644
--- a/drivers/target/Makefile
+++ b/drivers/target/Makefile
@@ -12,7 +12,8 @@ target_core_mod-y := target_core_configfs.o \
target_core_transport.o \
target_core_cdb.o \
target_core_ua.o \
- target_core_rd.o
+ target_core_rd.o \
+ target_core_stat.o
obj-$(CONFIG_TARGET_CORE) += target_core_mod.o