summaryrefslogtreecommitdiffstats
path: root/tools/ddcprobe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ddcprobe/Makefile')
-rw-r--r--tools/ddcprobe/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ddcprobe/Makefile b/tools/ddcprobe/Makefile
index 321c5f4e9..fd5646869 100644
--- a/tools/ddcprobe/Makefile
+++ b/tools/ddcprobe/Makefile
@@ -18,7 +18,7 @@ INCS = -I.
LDFLAGS = -lm
ifeq (y,$(HAS_VBE))
LDFLAGS += -L. -lint10 -lx86emu
-OBJS = ddcxinfos.o vesamode.o vbe.o
+OBJS = ddcxinfos.o vesamode.o vbe.o xbox.o
LIBS = libint10.a libx86emu.a
DEFS += -DHAVE_VBE
endif