diff options
author | David Quigley <[email protected]> | 2017-09-18 18:06:40 -0600 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-09-18 17:06:40 -0700 |
commit | a9a2bf71520ffb5668c9204db5c7df0445dc912a (patch) | |
tree | e0f60e10e5ae4d751b6792e05de771037a91bc9b /lib/libzfs/Makefile.am | |
parent | ea49beba66106dcb272b43323fad147df1df13fd (diff) |
Remove FRU and LIBTOPO Support
FRU and LIBTOPO support are illumos only features that will not be ported to
Linux and make the code more complicated than necessary. This commit
makes way for further cleanups of the zed/FMA code.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: David Quigley <[email protected]>
Closes #6641
Diffstat (limited to 'lib/libzfs/Makefile.am')
-rw-r--r-- | lib/libzfs/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libzfs/Makefile.am b/lib/libzfs/Makefile.am index cae4b7c16..7389f002d 100644 --- a/lib/libzfs/Makefile.am +++ b/lib/libzfs/Makefile.am @@ -21,7 +21,6 @@ USER_C = \ libzfs_crypto.c \ libzfs_dataset.c \ libzfs_diff.c \ - libzfs_fru.c \ libzfs_import.c \ libzfs_iter.c \ libzfs_mount.c \ |