util/nvmutil: clean up the Makefile

that option there is already defined in the code

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-09 14:33:21 +00:00
parent 3f566d3250
commit f05a273cb4
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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