diff options
author | Patrick Williams <iawillia@us.ibm.com> | 2010-09-20 16:34:36 -0500 |
---|---|---|
committer | Patrick Williams <iawillia@us.ibm.com> | 2010-09-20 16:34:36 -0500 |
commit | 365cd29d695d853c8f4be97a9a97bfd37836bbe1 (patch) | |
tree | 6e7aeecb14e1348257f579eea488094d62d9943b /src/makefile | |
parent | 7dbf41357d6061170530601022c123eaf8fc2934 (diff) | |
download | blackbird-hostboot-365cd29d695d853c8f4be97a9a97bfd37836bbe1.tar.gz blackbird-hostboot-365cd29d695d853c8f4be97a9a97bfd37836bbe1.zip |
Change build structure to automatically create object directories as needed.
Diffstat (limited to 'src/makefile')
-rw-r--r-- | src/makefile | 2 |
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 |