summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2010-09-09 12:04:57 -0500
committerPatrick Williams <iawillia@us.ibm.com>2010-09-09 12:04:57 -0500
commitb4f1ab54b36f7dc273b9a80081c019f7d6618715 (patch)
treeb92783ceee76262fce9057c4e7537c8390a9c603 /src/makefile
parentfbedff5e909777a1d646947bd4f9beca6ddf7024 (diff)
downloadtalos-hostboot-b4f1ab54b36f7dc273b9a80081c019f7d6618715.tar.gz
talos-hostboot-b4f1ab54b36f7dc273b9a80081c019f7d6618715.zip
Support modules.
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 6045de28b..4117b7946 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 bld.d
+SUBDIRS = kernel.d lib.d libc++.d sys.d usr.d bld.d
IMAGES += ${IMGDIR}/hbicore.elf
IMAGES += ${IMGDIR}/hbicore.bin
OpenPOWER on IntegriCloud