From f05a273cb433a50c94c53fcbc6764627ceca3e43 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 9 Mar 2026 14:33:21 +0000 Subject: util/nvmutil: clean up the Makefile that option there is already defined in the code Signed-off-by: Leah Rowe --- util/nvmutil/Makefile | 2 +- util/nvmutil/nvmutil.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'util/nvmutil') diff --git a/util/nvmutil/Makefile b/util/nvmutil/Makefile index 9bc0e381..22376c70 100644 --- a/util/nvmutil/Makefile +++ b/util/nvmutil/Makefile @@ -3,7 +3,7 @@ # SPDX-FileCopyrightText: 2023 Riku Viitanen CC?=cc -CFLAGS?=-Os -Wall -Wextra -Werror -pedantic -std=c99 -D_POSIX_C_SOURCE=200809L +CFLAGS?=-Os -Wall -Wextra -Werror -pedantic -std=c99 DESTDIR?= PREFIX?=/usr/local INSTALL?=install diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index 050879cf..a80c5bcc 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -12,7 +12,7 @@ * * Recommended CFLAGS for Clang/GCC: * - * -Os -Wall -Wextra -Werror -pedantic -std=c99 -D_POSIX_C_SOURCE=200809L + * -Os -Wall -Wextra -Werror -pedantic -std=c99 */ #define _POSIX_C_SOURCE 200809L -- cgit v1.2.1