summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2010-09-20 16:34:36 -0500
committerPatrick Williams <iawillia@us.ibm.com>2010-09-20 16:34:36 -0500
commit365cd29d695d853c8f4be97a9a97bfd37836bbe1 (patch)
tree6e7aeecb14e1348257f579eea488094d62d9943b /src/makefile
parent7dbf41357d6061170530601022c123eaf8fc2934 (diff)
downloadtalos-hostboot-365cd29d695d853c8f4be97a9a97bfd37836bbe1.tar.gz
talos-hostboot-365cd29d695d853c8f4be97a9a97bfd37836bbe1.zip
Change build structure to automatically create object directories as needed.
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index 9a95f0702..2fd17b6fe 100644
--- a/src/makefile
+++ b/src/makefile
@@ -2,7 +2,7 @@ ROOTPATH = ..
IMGDIR = ${ROOTPATH}/img
OBJDIR = ${ROOTPATH}/obj/hbicore
-SUBDIRS = kernel.d lib.d libc++.d sys.d usr.d bld.d
+SUBDIRS = kernel.d lib.d libc++.d sys.d usr.d build.d
IMAGES += ${IMGDIR}/hbicore.elf
IMAGES += ${IMGDIR}/hbicore.bin
OpenPOWER on IntegriCloud