Spdk/examples
Daniel Verkamp 9c577fe7c0 Add copy module dependencies to Makefiles
Several apps link against $(COPY_MODULES_LINKER_ARGS) without adding
$(COPY_MODULES_FILES) to the dependency list.  This means that those
apps would not get rebuilt if the copy modules were modified without a
'make clean'.

The blobfs example apps were also missing other dependencies; add those
while we're here.

Change-Id: Iac6606b650d32bf21f7f31bd2727f9e92c0da748
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/414888
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
2018-06-12 23:15:25 +00:00
..
bdev thread: Replace #include of io_channel.h with thread.h 2018-06-12 15:24:07 +00:00
blob Add copy module dependencies to Makefiles 2018-06-12 23:15:25 +00:00
ioat thread: Move threading abstraction code out of util 2018-06-12 15:24:07 +00:00
nvme Fix fio_plugin build for FIO_IOOPS_VERSION >= 24. 2018-06-05 16:35:52 +00:00
Makefile examples: blobstore hello world 2017-08-11 13:17:11 -04:00