diff options
author | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2006-08-31 13:48:59 +0000 |
---|---|---|
committer | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2006-08-31 13:48:59 +0000 |
commit | 7eecc68d898db2170894c4170e492fbd59af6de3 (patch) | |
tree | a253b42ff1ef517249a87fb90f0b566f5301df8e /int10/Makefile | |
parent | 52d81dd07bf58c8e157ed0a7cb6811ec9ccd2425 (diff) | |
download | monitor-edid-7eecc68d898db2170894c4170e492fbd59af6de3.tar monitor-edid-7eecc68d898db2170894c4170e492fbd59af6de3.tar.gz monitor-edid-7eecc68d898db2170894c4170e492fbd59af6de3.tar.bz2 monitor-edid-7eecc68d898db2170894c4170e492fbd59af6de3.tar.xz monitor-edid-7eecc68d898db2170894c4170e492fbd59af6de3.zip |
- Merge in newer code. Mostly factorisation for mapped reads
- Ignore VBIOS CRC check failures to be in-line with older LRMI-based code
- Use CPU emulator when CRC check fail to be on the safe side
- Add new options: --map-bios-vram, --check-bios-crc, --use-cpuemu
Diffstat (limited to 'int10/Makefile')
-rw-r--r-- | int10/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/int10/Makefile b/int10/Makefile index b2a5591..de02cd2 100644 --- a/int10/Makefile +++ b/int10/Makefile @@ -1,5 +1,5 @@ CC = gcc -INCS = +INCS = -I.. -I. CFLAGS = -O -Wall SRCS = emu_vm86.c i10_int.c i10_io.c i10_pci.c i10_v86.c i10_vbios.c OBJS = $(SRCS:%.c=%.o) |