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