Changes in uspace/Makefile [48e3190:a14f346] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r48e3190 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/logset \ 49 50 app/mkfat \ 50 51 app/mkexfat \ … … 71 72 app/sysinfo \ 72 73 app/mkbd \ 74 app/date \ 73 75 app/websrv \ 74 76 app/vdemo \ … … 77 79 srv/clipboard \ 78 80 srv/locsrv \ 81 srv/logger \ 79 82 srv/devman \ 80 83 srv/loader \ … … 101 104 srv/fs/mfs \ 102 105 srv/fs/locfs \ 103 srv/fs/ext2fs \104 106 srv/fs/ext4fs \ 105 107 srv/hid/compositor \ … … 133 135 drv/nic/ne2k \ 134 136 drv/nic/e1k \ 135 drv/nic/rtl8139 137 drv/nic/rtl8139 \ 136 138 137 139 ifeq ($(CONFIG_PCC),y) … … 162 164 drv/bus/isa \ 163 165 drv/char/ns8250 \ 166 drv/time/cmos-rtc \ 164 167 srv/hw/irc/apic \ 165 168 srv/hw/irc/i8259 … … 172 175 drv/bus/isa \ 173 176 drv/char/ns8250 \ 177 drv/time/cmos-rtc \ 174 178 srv/hw/irc/apic \ 175 179 srv/hw/irc/i8259 … … 186 190 DIRS += \ 187 191 srv/hw/irc/obio 192 endif 193 194 ifeq ($(UARCH),arm32) 195 DIRS += \ 196 drv/infrastructure/rootamdm37x \ 197 drv/fb/amdm37x_dispc 188 198 endif 189 199 … … 207 217 lib/net \ 208 218 lib/nic \ 209 lib/ext2 \210 219 lib/ext4 \ 211 220 lib/usb \ … … 214 223 lib/usbhid \ 215 224 lib/usbvirt \ 225 lib/bithenge \ 216 226 lib/posix 217 227
Note:
See TracChangeset
for help on using the changeset viewer.