summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Heijligen <thomas.heijligen@secunet.com>2022-04-07 17:48:53 +0200
committerNico Huber <nico.h@gmx.de>2022-04-13 11:45:56 +0000
commit50cd432c7462652ffb24441fea1a244264638539 (patch)
treeb36aa129ebc8599075962fcfe0b2c779c5b08182 /Makefile
parent48fef95b79920611ba284a946d5950b8afeeb38b (diff)
downloadflashrom-50cd432c7462652ffb24441fea1a244264638539.tar.gz
flashrom-50cd432c7462652ffb24441fea1a244264638539.tar.bz2
flashrom-50cd432c7462652ffb24441fea1a244264638539.zip
Drop STANDALONE mode
STANDALONE mode was used to build flashrom without having support for file handling. This was relevant to build libflashrom on top of libpayload. For a while now, the code which is covered by STANDALONE has moved to cli_*.c and is not used for libflashrom. Therefore we can drop STANDALONE mode. Change-Id: I58fb82270a9884a323d9850176708d230fdc5165 Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/63469 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Edward O'Callaghan <quasisec@chromium.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 367d8ee79..26c77d9e6 100644
--- a/Makefile
+++ b/Makefile
@@ -290,7 +290,6 @@ ifeq ($(MAKECMDGOALS),)
.DEFAULT_GOAL := libflashrom.a
$(info Setting default goal to libflashrom.a)
endif
-FLASHROM_CFLAGS += -DSTANDALONE
$(call mark_unsupported,CONFIG_DUMMY)
# libpayload does not provide the romsize field in struct pci_dev that the atapromise code requires.
$(call mark_unsupported,CONFIG_ATAPROMISE)