Changeset 3ea725e in mainline
- Timestamp:
- 2012-01-15T14:21:16Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 121e7adf, 1bc35b5, 7943c43
- Parents:
- f302586 (diff), d50db30 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Files:
-
- 6 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
rf302586 r3ea725e 105 105 $(USPACE_PATH)/srv/fs/exfat/exfat \ 106 106 $(USPACE_PATH)/srv/fs/ext2fs/ext2fs \ 107 $(USPACE_PATH)/srv/hid/remcons/remcons \ 107 108 $(USPACE_PATH)/srv/taskmon/taskmon \ 108 109 $(USPACE_PATH)/srv/net/nil/eth/eth \ -
uspace/Makefile
rf302586 r3ea725e 93 93 srv/hid/fb \ 94 94 srv/hid/input \ 95 srv/hid/remcons \ 95 96 srv/hw/char/s3c24xx_uart \ 96 97 srv/net/il/arp \ -
uspace/app/init/init.c
rf302586 r3ea725e 312 312 313 313 spawn("/srv/clip"); 314 spawn("/srv/remcons"); 314 315 315 316 /*
Note:
See TracChangeset
for help on using the changeset viewer.