]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
Improved Makefile to use kernel uapi header.
authorStephen Bates <sbates@raithlin.com>
Sun, 15 Mar 2015 22:41:41 +0000 (16:41 -0600)
committerStephen Bates <sbates@raithlin.com>
Sun, 15 Mar 2015 22:41:41 +0000 (16:41 -0600)
commitc0d4544d4bc6648f8168f62d8846fb345e959e6f
tree02ac56f3f51203d3ce45826ba3d892e037f395e8
parenteb5d180c6dbf92af41ae0100d6e75243d61d2bdb
Improved Makefile to use kernel uapi header.

Until now the CLI has relied on the header in the local Linux folder.
This is not safe as the kernel header may have differences that can
cause severe issues (e.g. new/different structure members). This
commit tries to use the uapi for the current kernel. Note this only
fixes at compile time.
Makefile
regress