split the one file, as the several printing functions will continue to grow
immensly when they know more systems / cpus / chipsets Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3531 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
eb02f45e6f
commit
2319027d7e
@@ -27,7 +27,7 @@ PREFIX = /usr/local
|
||||
CFLAGS = -O2 -g -Wall -W
|
||||
LDFLAGS = -lpci -lz
|
||||
|
||||
OBJS = inteltool.o
|
||||
OBJS = inteltool.o cpu.o gpio.o rootcmplx.o powermgt.o memory.o pcie.o
|
||||
|
||||
all: pciutils dep $(PROGRAM)
|
||||
|
||||
|
Reference in New Issue
Block a user