Changeset 81ee1009 in mainline
- Timestamp:
- 2017-11-26T11:03:27Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4ef3627f
- Parents:
- d42ba37
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
rd42ba37 r81ee1009 114 114 uspace/app/testwrit/testwrit 115 115 uspace/app/tetris/tetris 116 uspace/app/tmon/tmon 116 117 uspace/app/top/top 117 118 uspace/app/trace/trace … … 186 187 uspace/dist/app/testwrit 187 188 uspace/dist/app/tetris 189 uspace/dist/app/tmon 188 190 uspace/dist/app/top 189 191 uspace/dist/app/trace -
boot/Makefile.common
rd42ba37 r81ee1009 128 128 root/root \ 129 129 root/virt \ 130 fb/kfb 130 fb/kfb 131 131 132 132 RD_DRVS_NON_ESSENTIAL = \ … … 204 204 $(USPACE_PATH)/app/testwrit/testwrit \ 205 205 $(USPACE_PATH)/app/tetris/tetris \ 206 $(USPACE_PATH)/app/tmon/tmon \ 206 207 $(USPACE_PATH)/app/trace/trace \ 207 208 $(USPACE_PATH)/app/netecho/netecho \ -
uspace/Makefile
rd42ba37 r81ee1009 74 74 app/testwrit \ 75 75 app/tetris \ 76 app/tmon \ 76 77 app/trace \ 77 78 app/top \ … … 280 281 281 282 -include $(DEPS) 282
Note:
See TracChangeset
for help on using the changeset viewer.