summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorThomas Heijligen <thomas.heijligen@secunet.com>2021-12-14 17:52:30 +0100
committerNico Huber <nico.h@gmx.de>2021-12-22 22:53:47 +0000
commitb8f364bece63ad8c8e0a015f4485ad59104b3209 (patch)
tree6c5875900f09ca95a843bd50ae5b6230e44a718d /meson.build
parent50720a4b0b251eb1d97d4682a4db9c2c589d6019 (diff)
downloadflashrom-b8f364bece63ad8c8e0a015f4485ad59104b3209.tar.gz
flashrom-b8f364bece63ad8c8e0a015f4485ad59104b3209.tar.bz2
flashrom-b8f364bece63ad8c8e0a015f4485ad59104b3209.zip
physmap: rename to hwaccess_physmap, create own header
Line up physmap with the other hwaccess related code. Change-Id: Ieba6f4e94cfc3e668fcb8b3c978de5908aed2592 Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/60113 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.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 2e7296b0d..b2e2d72ba 100644
--- a/meson.build
+++ b/meson.build
@@ -349,7 +349,7 @@ if need_raw_access
srcs += 'hwaccess.c'
srcs += 'hwaccess_x86_io.c'
srcs += 'hwaccess_x86_msr.c'
- srcs += 'physmap.c'
+ srcs += 'hwaccess_physmap.c'
cargs += '-DNEED_RAW_ACCESS=1'
cargs += '-D__FLASHROM_HAVE_OUTB__=1'
endif