Changeset 03362fbd in mainline for uspace/Makefile
- Timestamp:
- 2013-02-09T23:14:45Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 22dfd38
- Parents:
- b5d2e57 (diff), 005b765 (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
rb5d2e57 r03362fbd 35 35 DIRS = \ 36 36 app/bdsh \ 37 app/bithenge \ 37 38 app/blkdump \ 38 39 app/bnchmark \ … … 40 41 app/drec \ 41 42 app/edit \ 42 app/ext2info \43 43 app/getterm \ 44 44 app/init \ … … 48 48 app/klog \ 49 49 app/loc \ 50 app/lsusb \51 50 app/mixerctl \ 51 app/logset \ 52 52 app/mkfat \ 53 53 app/mkexfat \ … … 61 61 app/tester \ 62 62 app/testread \ 63 app/testwrit \ 63 64 app/tetris \ 64 65 app/trace \ … … 74 75 app/mkbd \ 75 76 app/wavplay \ 77 app/date \ 76 78 app/websrv \ 77 79 srv/audio/hound \ 80 app/vdemo \ 81 app/vlaunch \ 82 app/vterm \ 78 83 srv/clipboard \ 79 84 srv/locsrv \ 85 srv/logger \ 80 86 srv/devman \ 81 87 srv/loader \ … … 96 102 srv/bd/part/mbr_part \ 97 103 srv/fs/exfat \ 104 srv/fs/udf \ 98 105 srv/fs/fat \ 99 106 srv/fs/cdfs \ … … 101 108 srv/fs/mfs \ 102 109 srv/fs/locfs \ 103 srv/fs/ext2fs \ 110 srv/fs/ext4fs \ 111 srv/hid/compositor \ 104 112 srv/hid/console \ 105 113 srv/hid/s3c24xx_ts \ 106 srv/hid/ fb\114 srv/hid/isdv4_tablet \ 107 115 srv/hid/input \ 116 srv/hid/output \ 108 117 srv/hid/remcons \ 109 118 srv/hw/char/s3c24xx_uart \ … … 118 127 drv/test/test2 \ 119 128 drv/test/test3 \ 129 drv/fb/kfb \ 120 130 drv/bus/usb/ehci \ 121 131 drv/bus/usb/ohci \ … … 130 140 drv/nic/ne2k \ 131 141 drv/nic/e1k \ 132 drv/nic/rtl8139 142 drv/nic/rtl8139 \ 133 143 134 144 ifeq ($(CONFIG_PCC),y) … … 159 169 drv/bus/isa \ 160 170 drv/char/ns8250 \ 171 drv/time/cmos-rtc \ 161 172 srv/hw/irc/apic \ 162 173 srv/hw/irc/i8259 … … 169 180 drv/bus/isa \ 170 181 drv/char/ns8250 \ 182 drv/time/cmos-rtc \ 171 183 srv/hw/irc/apic \ 172 184 srv/hw/irc/i8259 … … 176 188 DIRS += \ 177 189 drv/infrastructure/rootmac \ 190 drv/bus/pci/pciintel \ 178 191 srv/hw/bus/cuda_adb 179 192 endif … … 182 195 DIRS += \ 183 196 srv/hw/irc/obio 197 endif 198 199 ifeq ($(UARCH),arm32) 200 DIRS += \ 201 drv/infrastructure/rootamdm37x \ 202 drv/fb/amdm37x_dispc 184 203 endif 185 204 … … 197 216 lib/softfloat \ 198 217 lib/drv \ 199 lib/fb \200 218 lib/hound \ 219 lib/graph \ 220 lib/gui \ 221 lib/softrend \ 222 lib/draw \ 201 223 lib/net \ 202 224 lib/nic \ 203 lib/ext 2\225 lib/ext4 \ 204 226 lib/usb \ 205 227 lib/usbhost \ … … 208 230 lib/usbvirt \ 209 231 lib/pcm \ 232 lib/bithenge \ 210 233 lib/posix 211 234
Note:
See TracChangeset
for help on using the changeset viewer.