Changeset db71e2a in mainline for uspace/Makefile
- Timestamp:
- 2013-07-24T17:42:25Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 69b264a9
- Parents:
- 52f1882 (diff), cffa14e6 (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
r52f1882 rdb71e2a 39 39 app/bnchmark \ 40 40 app/devctl \ 41 app/dnscfg \ 42 app/dnsres \ 41 43 app/edit \ 42 44 app/getterm \ … … 70 72 app/nettest3 \ 71 73 app/ping \ 74 app/ping6 \ 72 75 app/sysinfo \ 73 76 app/mkbd \ … … 82 85 srv/devman \ 83 86 srv/loader \ 87 srv/net/dnsrsrv \ 84 88 srv/net/ethip \ 85 89 srv/net/inetsrv \ 86 90 srv/net/loopip \ 91 srv/net/slip \ 87 92 srv/net/tcp \ 88 93 srv/net/udp \ … … 90 95 srv/taskmon \ 91 96 srv/vfs \ 92 srv/bd/ata_bd \93 97 srv/bd/sata_bd \ 94 98 srv/bd/file_bd \ 95 srv/bd/gxe_bd \96 99 srv/bd/rd \ 97 100 srv/bd/part/guid_part \ … … 116 119 drv/infrastructure/rootvirt \ 117 120 drv/block/ahci \ 121 drv/block/ata_bd \ 118 122 drv/char/i8042 \ 119 123 drv/char/ps2mouse \ … … 134 138 drv/nic/ne2k \ 135 139 drv/nic/e1k \ 136 drv/nic/rtl8139 \140 drv/nic/rtl8139 137 141 138 142 ifeq ($(CONFIG_PCC),y) … … 193 197 ifeq ($(UARCH),arm32) 194 198 DIRS += \ 195 drv/infrastructure/rootamdm37x 199 drv/infrastructure/rootamdm37x \ 200 drv/fb/amdm37x_dispc 196 201 endif 197 202
Note:
See TracChangeset
for help on using the changeset viewer.