From d696ac1c2eee2918836a479843c51887d3cc2b53 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 7 Apr 2008 10:07:27 +0000 Subject: - remove internal lrmi.c, build with external liblrmi instead (Remi Collet and Ville Skytta) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c4131af..7e8c598 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ CFLAGS = -O -Wall -g OBJS = monitor-get-edid-using-vbe.c vbe.o libint10.a libx86emu.a ifeq (i386,$(ARCH)) -OBJS += lrmi.o +monitor-get-edid-using-vbe: LDFLAGS += -llrmi endif all: $(TARGETS) -- cgit v1.2.1