diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2008-08-20 13:41:24 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2008-08-20 13:41:24 +0000 |
commit | 2319027d7e3a9b44110794a553b10a554fed1102 (patch) | |
tree | 7cb5bffd1c14b6363fb17019bdd4826fd9ec726c /util/inteltool/Makefile | |
parent | eb02f45e6ff2a6870353816712ff6271250dc7ee (diff) |
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
Diffstat (limited to 'util/inteltool/Makefile')
-rw-r--r-- | util/inteltool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/inteltool/Makefile b/util/inteltool/Makefile index d1a8b21880..9b76d216f0 100644 --- a/util/inteltool/Makefile +++ b/util/inteltool/Makefile @@ -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) |