Changeset 03c971f in mainline for uspace/Makefile
- Timestamp:
- 2013-08-15T14:20:16Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bb2a5b2
- Parents:
- f2c19b0 (diff), 2921602 (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
rf2c19b0 r03c971f 73 73 app/nettest3 \ 74 74 app/ping \ 75 app/ping6 \ 75 76 app/sysinfo \ 76 77 app/mkbd \ … … 91 92 srv/net/inetsrv \ 92 93 srv/net/loopip \ 94 srv/net/slip \ 93 95 srv/net/tcp \ 94 96 srv/net/udp \ … … 96 98 srv/taskmon \ 97 99 srv/vfs \ 98 srv/bd/ata_bd \99 100 srv/bd/sata_bd \ 100 101 srv/bd/file_bd \ … … 122 123 drv/infrastructure/rootvirt \ 123 124 drv/block/ahci \ 125 drv/block/ata_bd \ 124 126 drv/char/i8042 \ 125 127 drv/char/ps2mouse \ … … 141 143 drv/nic/ne2k \ 142 144 drv/nic/e1k \ 143 drv/nic/rtl8139 \145 drv/nic/rtl8139 144 146 145 147 ifeq ($(CONFIG_PCC),y)
Note:
See TracChangeset
for help on using the changeset viewer.