summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2014-08-04 23:00:13 +0000
committerbrooks <brooks@FreeBSD.org>2014-08-04 23:00:13 +0000
commit38b0021d0a5ccbc3ae3fa9af5c2668a0426b264e (patch)
treee2921e6daa6109b801b0173bc72f31373408b8dc /Makefile.inc1
parent661b96f06e13e80cbb17562fe9f9672c7759429d (diff)
downloadFreeBSD-src-38b0021d0a5ccbc3ae3fa9af5c2668a0426b264e.zip
FreeBSD-src-38b0021d0a5ccbc3ae3fa9af5c2668a0426b264e.tar.gz
Merge from CheriBSD:
Make the sysinit tool a build tool rather than building in with /usr/bin/cc and running it from OBJDIR. (It will be moved to usr.bin once a manpage is written and a few style cleanups are done.) Split the makefile bits for Hans' kernel shim layer into their own includable kshim.mk. Move USB support into a .mk file so loaders can include it.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 62ed26a..f50b788 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1406,7 +1406,8 @@ cross-tools: .MAKE
usr.bin/xlint/lint1 usr.bin/xlint/lint2 usr.bin/xlint/xlint \
${_btxld} \
${_crunchide} \
- ${_kgzip}
+ ${_kgzip} \
+ sys/boot/usb/tools
${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all,install)"; \
cd ${.CURDIR}/${_tool} && \
${MAKE} DIRPRFX=${_tool}/ obj && \
OpenPOWER on IntegriCloud