mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 22:43:17 +02:00
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>
This commit is contained in:

committed by
Nico Huber

parent
50720a4b0b
commit
b8f364bece
@ -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
|
||||
|
Reference in New Issue
Block a user