summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2012-11-30 12:23:45 -0800
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-11-30 21:56:33 +0100
commit1e753294c4c7bbc825a413ab62c47878104f984f (patch)
treeb6096874eed22aa72c28f7a3bdf057b16d513e8a /Makefile.inc
parent179206a1acb1659ffe018378494abc269771e9dd (diff)
downloadcoreboot-staging-1e753294c4c7bbc825a413ab62c47878104f984f.zip
coreboot-staging-1e753294c4c7bbc825a413ab62c47878104f984f.tar.gz
Drop boot directory
It only has two files, move them to src/lib Change-Id: I17943db4c455aa3a934db1cf56e56e89c009679f Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/1959 Reviewed-by: Ronald G. Minnich <rminnich@gmail.com> Tested-by: build bot (Jenkins)
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 7caf359..927548e 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -48,7 +48,7 @@ PHONY+= clean-abuild coreboot lint lint-stable build-dirs
#######################################################################
# root source directories of coreboot
-subdirs-y := src/lib src/boot src/console src/devices src/ec src/southbridge
+subdirs-y := src/lib 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 util/nvramtool
subdirs-y += src/arch/$(ARCHDIR-y)
OpenPOWER on IntegriCloud