Changeset f3386d7 in mainline for uspace/Makefile
- Timestamp:
- 2013-07-15T20:44:54Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f8d3df3
- Parents:
- 273c976 (diff), a940f1d (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r273c976 rf3386d7 72 72 app/nettest3 \ 73 73 app/ping \ 74 app/ping6 \ 74 75 app/sysinfo \ 75 76 app/mkbd \ … … 88 89 srv/net/inetsrv \ 89 90 srv/net/loopip \ 91 srv/net/slip \ 90 92 srv/net/tcp \ 91 93 srv/net/udp \ … … 93 95 srv/taskmon \ 94 96 srv/vfs \ 95 srv/bd/ata_bd \96 97 srv/bd/sata_bd \ 97 98 srv/bd/file_bd \ … … 118 119 drv/infrastructure/rootvirt \ 119 120 drv/block/ahci \ 121 drv/block/ata_bd \ 120 122 drv/char/i8042 \ 121 123 drv/char/ps2mouse \ … … 137 139 drv/nic/ne2k \ 138 140 drv/nic/e1k \ 139 drv/nic/rtl8139 \141 drv/nic/rtl8139 140 142 141 143 ifeq ($(CONFIG_PCC),y)
Note:
See TracChangeset
for help on using the changeset viewer.