summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorThomas Heijligen <thomas.heijligen@secunet.com>2021-12-23 16:55:16 +0100
committerNico Huber <nico.h@gmx.de>2022-01-20 16:51:22 +0000
commit980cf7d31f7b18a3da38a8fd954998b9a74dde33 (patch)
treecae6e54f68f7a40b9e8433484149be5e684a3a9b /meson.build
parent64b9e3f59e3d859e287884c294ad4180e5a5ef56 (diff)
downloadflashrom-980cf7d31f7b18a3da38a8fd954998b9a74dde33.tar.gz
flashrom-980cf7d31f7b18a3da38a8fd954998b9a74dde33.tar.bz2
flashrom-980cf7d31f7b18a3da38a8fd954998b9a74dde33.zip
Makefile: replace RAW_ACCESS with RAW_MEM_ACCESS X86_MSR X86_PORT_IO
Let programmer only depend on the kind of hardware access method they really need. Libpci no longer depends on all hardware access types since each programmer handles this individually. Change-Id: I5bdafaa3c5023ad6c4a695493eeddf11bc148085 Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/60325 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 403a33ee8..4c33bf5bc 100644
--- a/meson.build
+++ b/meson.build
@@ -349,7 +349,6 @@ if need_raw_access
srcs += 'hwaccess_x86_io.c'
srcs += 'hwaccess_x86_msr.c'
srcs += 'hwaccess_physmap.c'
- cargs += '-DNEED_RAW_ACCESS=1'
cargs += '-D__FLASHROM_HAVE_OUTB__=1'
endif