Changeset 57c7050 in mainline
- Timestamp:
- 2011-04-28T12:53:00Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c82135a8
- Parents:
- e31b5c1
- Files:
-
- 9 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
.bzrignore
re31b5c1 r57c7050 70 70 ./uspace/app/virtusbkbd/vuk 71 71 ./uspace/app/virtusbhub/vuh 72 ./uspace/app/vuhid/vuh 72 73 ./uspace/app/virtusbhub/vhc_hub/* 73 74 ./uspace/app/websrv/websrv -
boot/Makefile.common
re31b5c1 r57c7050 144 144 $(USPACE_PATH)/app/usbinfo/usbinfo \ 145 145 $(USPACE_PATH)/app/virtusbkbd/vuk \ 146 $(USPACE_PATH)/app/v irtusbhub/vuh \146 $(USPACE_PATH)/app/vuhid/vuh \ 147 147 $(USPACE_PATH)/app/websrv/websrv 148 148 -
uspace/Makefile
re31b5c1 r57c7050 52 52 app/usbinfo \ 53 53 app/virtusbkbd \ 54 app/vuhid \ 54 55 app/netecho \ 55 56 app/nettest1 \
Note:
See TracChangeset
for help on using the changeset viewer.