diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-09 14:33:21 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-09 14:33:21 +0000 |
| commit | f05a273cb433a50c94c53fcbc6764627ceca3e43 (patch) | |
| tree | fa37f98169f3b97387804048d7c22ce957b0a58b /util/nvmutil | |
| parent | 3f566d32504b7b23c29d30e2f980a0f4bb49c0ca (diff) | |
util/nvmutil: clean up the Makefile
that option there is already defined in the code
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil')
| -rw-r--r-- | util/nvmutil/Makefile | 2 | ||||
| -rw-r--r-- | util/nvmutil/nvmutil.c | 2 |
2 files changed, 2 insertions, 2 deletions
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 <riku.viitanen@protonmail.com> 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 |
