]> www.infradead.org Git - users/hch/nvme-cli.git/commit
README: Fix include file location for plugin
authorMinwoo Im <minwoo.im@samsung.com>
Tue, 18 Feb 2020 06:55:00 +0000 (15:55 +0900)
committerKeith Busch <kbusch@kernel.org>
Tue, 18 Feb 2020 14:38:52 +0000 (07:38 -0700)
commit25521a69b83b340efba4d63776a3e58d2ce2d471
tree22a6c41b654ce15e38f8da1cc782186f5292b0a4
parent81bbddce8b08dcb8d84e5baa5dc7b8c1fddbb918
README: Fix include file location for plugin

If the CMD_INC_FILE is defined with file name without location, the
following error will happen.

In file included from plugins/foo/foo-nvme.h:17:0,
                 from plugins/foo/foo-nvme.c:4:
./define_cmd.h:12:34: fatal error: foo-nvme.h: No such file or directory
 #include CMD_INCLUDE(CMD_INC_FILE)
                                  ^

Signed-off-by: Minwoo Im <minwoo.im@samsung.com>
README.md