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