aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-04-05 15:02:01 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-04-05 15:02:01 +0000
commit6c2b932a519d35113070c6d8fe4ff13bc1b84778 (patch)
tree1fac3f995915fa6bbcc0fe3cf44026b5889cb362 /Makefile
parent07b0aa9a2aeab090bbf284657455f76f41ab47d1 (diff)
downloadmonitor-edid-6c2b932a519d35113070c6d8fe4ff13bc1b84778.tar
monitor-edid-6c2b932a519d35113070c6d8fe4ff13bc1b84778.tar.gz
monitor-edid-6c2b932a519d35113070c6d8fe4ff13bc1b84778.tar.bz2
monitor-edid-6c2b932a519d35113070c6d8fe4ff13bc1b84778.tar.xz
monitor-edid-6c2b932a519d35113070c6d8fe4ff13bc1b84778.zip
add old detection using lrmi
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 64da639..0dfad06 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,9 @@ TARGETS = monitor-get-edid cvt
CFLAGS = -O -Wall -g
OBJS = monitor-get-edid.c
+ifeq (i386,$(ARCH))
+OBJS += lrmi.o
+endif
ifeq (y,$(HAS_VBE))
OBJS += vbe.o libint10.a libx86emu.a
else