From 68ebb33c2ef601daea8bddcba0dd30bd27e06895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Wed, 25 Aug 2004 08:54:17 +0000 Subject: Raw merge from Kudzu for PPC. Christian, can you get something of it? --- tools/ddcprobe/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') diff --git a/tools/ddcprobe/Makefile b/tools/ddcprobe/Makefile index 04578ea57..00e43ce68 100644 --- a/tools/ddcprobe/Makefile +++ b/tools/ddcprobe/Makefile @@ -18,6 +18,9 @@ LDFLAGS += -L. -lint10 -lx86emu OBJS = ddcxinfos.o vesamode.o vbe.o LIBS = libint10.a libx86emu.a endif +ifeq (ppc,$(ARCH)) +OBJS = ddcxinfos.o vesamode.o of.o minifind.o +endif ifeq (,$(OBJS)) OBJS = not_handled.o endif -- cgit v1.2.1