Changes in uspace/Makefile [9904eb90:a14f346] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r9904eb90 ra14f346 35 35 DIRS = \ 36 36 app/bdsh \ 37 app/bithenge \ 37 38 app/blkdump \ 38 39 app/bnchmark \ 39 40 app/devctl \ 40 41 app/edit \ 41 app/ext2info \42 42 app/getterm \ 43 43 app/init \ … … 47 47 app/klog \ 48 48 app/loc \ 49 app/l susb\49 app/logset \ 50 50 app/mkfat \ 51 51 app/mkexfat \ … … 59 59 app/tester \ 60 60 app/testread \ 61 app/testwrit \ 61 62 app/tetris \ 62 63 app/trace \ … … 71 72 app/sysinfo \ 72 73 app/mkbd \ 74 app/date \ 73 75 app/websrv \ 76 app/vdemo \ 77 app/vlaunch \ 78 app/vterm \ 74 79 srv/clipboard \ 75 80 srv/locsrv \ 81 srv/logger \ 76 82 srv/devman \ 77 83 srv/loader \ … … 92 98 srv/bd/part/mbr_part \ 93 99 srv/fs/exfat \ 100 srv/fs/udf \ 94 101 srv/fs/fat \ 95 102 srv/fs/cdfs \ … … 97 104 srv/fs/mfs \ 98 105 srv/fs/locfs \ 99 srv/fs/ext2fs \ 106 srv/fs/ext4fs \ 107 srv/hid/compositor \ 100 108 srv/hid/console \ 101 109 srv/hid/s3c24xx_ts \ 102 srv/hid/ fb\110 srv/hid/isdv4_tablet \ 103 111 srv/hid/input \ 112 srv/hid/output \ 104 113 srv/hid/remcons \ 105 114 srv/hw/char/s3c24xx_uart \ … … 113 122 drv/test/test2 \ 114 123 drv/test/test3 \ 124 drv/fb/kfb \ 115 125 drv/bus/usb/ehci \ 116 126 drv/bus/usb/ohci \ … … 125 135 drv/nic/ne2k \ 126 136 drv/nic/e1k \ 127 drv/nic/rtl8139 137 drv/nic/rtl8139 \ 128 138 129 139 ifeq ($(CONFIG_PCC),y) … … 154 164 drv/bus/isa \ 155 165 drv/char/ns8250 \ 166 drv/time/cmos-rtc \ 156 167 srv/hw/irc/apic \ 157 168 srv/hw/irc/i8259 … … 164 175 drv/bus/isa \ 165 176 drv/char/ns8250 \ 177 drv/time/cmos-rtc \ 166 178 srv/hw/irc/apic \ 167 179 srv/hw/irc/i8259 … … 171 183 DIRS += \ 172 184 drv/infrastructure/rootmac \ 185 drv/bus/pci/pciintel \ 173 186 srv/hw/bus/cuda_adb 174 187 endif … … 177 190 DIRS += \ 178 191 srv/hw/irc/obio 192 endif 193 194 ifeq ($(UARCH),arm32) 195 DIRS += \ 196 drv/infrastructure/rootamdm37x \ 197 drv/fb/amdm37x_dispc 179 198 endif 180 199 … … 192 211 lib/softfloat \ 193 212 lib/drv \ 194 lib/fb \ 213 lib/graph \ 214 lib/gui \ 215 lib/softrend \ 216 lib/draw \ 195 217 lib/net \ 196 218 lib/nic \ 197 lib/ext 2\219 lib/ext4 \ 198 220 lib/usb \ 199 221 lib/usbhost \ … … 201 223 lib/usbhid \ 202 224 lib/usbvirt \ 225 lib/bithenge \ 203 226 lib/posix 204 227
Note:
See TracChangeset
for help on using the changeset viewer.