Skip to content

Commit

Permalink
Add usb target
Browse files Browse the repository at this point in the history
  • Loading branch information
atic-atac committed Dec 23, 2013
1 parent 58d3812 commit 3b27d6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/Makefile
Expand Up @@ -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 '#'
Expand All @@ -53,5 +53,5 @@ all-kernels:
$(kerneltargets):
$(MAKE) buildkernel kernel=$@

sockets xdd xfs:
sockets xdd xfs usb:
cd $@; $(MAKE) all

0 comments on commit 3b27d6e

Please sign in to comment.