summaryrefslogtreecommitdiff
path: root/util/libreboot-utils/Makefile
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-04-01 12:44:38 +0100
committerLeah Rowe <leah@libreboot.org>2026-04-01 12:44:38 +0100
commit4e72555ac70ecc4fd28624433294d58b6350086a (patch)
tree868f34743120183624c45b807823c0e3b709d7f7 /util/libreboot-utils/Makefile
parent44004191cbc1a2a4fc2a60aca215560b5d989b7c (diff)
lbutils: support using arc4random on linux
-DUSE_ARC4=1 use that Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/libreboot-utils/Makefile')
-rw-r--r--util/libreboot-utils/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/libreboot-utils/Makefile b/util/libreboot-utils/Makefile
index f42c4ab6..efa0aedc 100644
--- a/util/libreboot-utils/Makefile
+++ b/util/libreboot-utils/Makefile
@@ -7,7 +7,6 @@
CC = cc
HELLCC = clang
-OLDCC = $(CC) -DUSE_URANDOM=1 -DUSE_OPENAT
CFLAGS = -Os -Wall -Wextra -std=c99 -pedantic -Werror
LDFLAGS =