From 6b3c1ce86489f8280b0244ee6b2c2fc1b97d13fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Wed, 15 Dec 2004 15:44:33 +0000 Subject: ppc64 support --- tools/ddcprobe/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') diff --git a/tools/ddcprobe/Makefile b/tools/ddcprobe/Makefile index 633d870d6..321c5f4e9 100644 --- a/tools/ddcprobe/Makefile +++ b/tools/ddcprobe/Makefile @@ -25,6 +25,9 @@ endif ifeq (ppc,$(ARCH)) OBJS = ddcxinfos.o of.o minifind.o vbe.o vesamode.o endif +ifeq (ppc64,$(ARCH)) +OBJS = ddcxinfos.o of.o minifind.o vbe.o vesamode.o +endif ifeq (,$(OBJS)) OBJS = not_handled.o endif -- cgit v1.2.1