From e6e899dde951823ebc9abf997a6af06debac82a3 Mon Sep 17 00:00:00 2001 From: Luc Verhaegen Date: Wed, 27 May 2009 11:39:16 +0000 Subject: util/vgabios: build/warning fixes. Signed-off-by: Luc Verhaegen Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4312 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/vgabios/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'util/vgabios/Makefile') diff --git a/util/vgabios/Makefile b/util/vgabios/Makefile index 5fadba6ab8..c1359bbdc1 100644 --- a/util/vgabios/Makefile +++ b/util/vgabios/Makefile @@ -7,11 +7,7 @@ # CC = gcc -CFLAGS = -Wall -Ix86emu/include -O2 -g \ - -DLIBPCI_MAJOR_VERSION=2 \ - -DLIBPCI_MINOR_VERSION=1 \ - -DLIBPCI_MICRO_VERSION=11 - +CFLAGS = -Wall -Ix86emu/include -O2 -g INTOBJS = int10.o int15.o int16.o int1a.o inte6.o OBJECTS = testbios.o helper_exec.o helper_mem.o $(INTOBJS) @@ -20,12 +16,11 @@ LIBS = x86emu/src/x86emu/libx86emu.a # user space pci is the only option right now. OBJECTS += pci-userspace.o -LIBS += /usr/lib/libpci.a all: testbios testbios: $(OBJECTS) $(LIBS) - $(CC) -o testbios $(OBJECTS) $(LIBS) + $(CC) -o testbios $(OBJECTS) $(LIBS) -lpci helper_exec.o: helper_exec.c test.h -- cgit v1.2.3