aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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