Changes in uspace/Makefile [3e67ab1:a54bd98] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r3e67ab1 ra54bd98 35 35 DIRS = \ 36 36 app/bdsh \ 37 app/bithenge \ 37 38 app/blkdump \ 38 39 app/bnchmark \ … … 138 139 endif 139 140 141 ifeq ($(CONFIG_MSIM),y) 142 DIRS += \ 143 app/msim 144 endif 145 140 146 ## Platform-specific hardware support 141 147 #
Note:
See TracChangeset
for help on using the changeset viewer.