diff options
| author | Patrick Delaunay <[email protected]> | 2017-01-27 11:00:41 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-01-28 08:47:42 -0500 |
| commit | bd42a94268b165a6f298b9ab13be7003e8d96b02 (patch) | |
| tree | a1642404b9dd28ed4268c40584de8133a09171db /cmd | |
| parent | 863c5b6cdd49f0f0ce5ca0ae3bd0ed09b766121b (diff) | |
disk: convert CONFIG_EFI_PARTITION to Kconfig
Signed-off-by: Patrick Delaunay <[email protected]>
Signed-off-by: Patrick Delaunay <[email protected]>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/zfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/zfs.c b/cmd/zfs.c index 8f0c410ad83..3ed9912d19b 100644 --- a/cmd/zfs.c +++ b/cmd/zfs.c @@ -24,7 +24,7 @@ #include <usb.h> #endif -#if !CONFIG_IS_ENABLED(DOS_PARTITION) && !defined(CONFIG_EFI_PARTITION) +#if !CONFIG_IS_ENABLED(DOS_PARTITION) && !CONFIG_IS_ENABLED(EFI_PARTITION) #error DOS or EFI partition support must be selected #endif |
