aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGwenolé Beauchesne <gbeauchesne@mandriva.org>2006-08-31 13:48:59 +0000
committerGwenolé Beauchesne <gbeauchesne@mandriva.org>2006-08-31 13:48:59 +0000
commit7eecc68d898db2170894c4170e492fbd59af6de3 (patch)
treea253b42ff1ef517249a87fb90f0b566f5301df8e /Makefile
parent52d81dd07bf58c8e157ed0a7cb6811ec9ccd2425 (diff)
downloadmonitor-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 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f534f90..1c31330 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ endif
TARGETS = monitor-get-edid-using-vbe cvt
-CFLAGS = -O -Wall -g
+CFLAGS = -O -Wall -g -I.
OBJS = monitor-get-edid-using-vbe.c vbe.o libint10.a libx86emu.a
ifeq (i386,$(ARCH))