From 3b27d6e64397b66bed841f2a83f8fcf8c062f611 Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Mon, 23 Dec 2013 19:09:27 +0000 Subject: [PATCH] Add usb target --- sys/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/Makefile b/sys/Makefile index 5224b744d..9c62f6416 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -30,7 +30,7 @@ help: @echo '# targets:' @echo '# --------' @echo '# - all' - @echo '# - sockets / xdd / xfs' + @echo '# - sockets / xdd / xfs / usb' @echo '# - all-kernels' @echo '# - $(kerneltargets)' @echo '#' @@ -53,5 +53,5 @@ all-kernels: $(kerneltargets): $(MAKE) buildkernel kernel=$@ -sockets xdd xfs: +sockets xdd xfs usb: cd $@; $(MAKE) all