summaryrefslogtreecommitdiff
path: root/Makefile.inc
diff options
context:
space:
mode:
authorPatrick Georgi <Patrick.Georgi@secunet.com>2012-03-09 10:53:52 +0100
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-04-03 18:32:23 +0200
commit499fc926f8c877ab049f936fb9da7234e123edfb (patch)
tree33261998fb4a543d72443b347ddcc4c71927f793 /Makefile.inc
parentabdf15f40b1e0838a43a54704ba5277c8210d69f (diff)
downloadcoreboot-499fc926f8c877ab049f936fb9da7234e123edfb.tar.xz
Add nvramtool to coreboot build system
This way we can depend on it during build. Change-Id: I7e773c6a029e376e3d70d0a8c9e96ffe0c2cf82e Signed-off-by: Patrick Georgi <Patrick.Georgi@secunet.com> Reviewed-on: http://review.coreboot.org/845 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 857ad1642b..470077e4fd 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -40,7 +40,7 @@ PHONY+= clean-abuild coreboot lint lint-stable
# root source directories of coreboot
subdirs-y := src/lib src/boot src/console src/devices src/ec src/southbridge
subdirs-y += src/northbridge src/superio src/drivers src/cpu src/vendorcode
-subdirs-y += util/cbfstool util/sconfig
+subdirs-y += util/cbfstool util/sconfig util/nvramtool
subdirs-y += src/arch/$(ARCHDIR-y)
subdirs-y += src/mainboard/$(MAINBOARDDIR)
subdirs-y += src/vendorcode