Changes in uspace/Makefile [80099c19:eb91db7] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r80099c19 reb91db7 88 88 srv/fs/locfs \ 89 89 srv/fs/ext2fs \ 90 srv/fs/ext4fs \ 90 91 srv/hid/console \ 91 92 srv/hid/s3c24xx_ts \ … … 94 95 srv/hw/char/i8042 \ 95 96 srv/hw/char/s3c24xx_uart \ 97 srv/hw/netif/ne2000 \ 98 srv/net/netif/lo \ 96 99 srv/net/il/arp \ 97 100 srv/net/il/ip \ … … 99 102 srv/net/tl/udp \ 100 103 srv/net/tl/tcp \ 101 srv/net/nil/eth \102 srv/net/nil/nildummy \103 104 srv/net/net \ 104 105 drv/infrastructure/root \ … … 117 118 drv/bus/usb/usbmid \ 118 119 drv/bus/usb/usbmouse \ 119 drv/bus/usb/vhc \ 120 drv/nic/lo \ 121 drv/nic/ne2k 120 drv/bus/usb/vhc 122 121 123 122 ifeq ($(CONFIG_PCC),y) … … 133 132 app/binutils 134 133 endif 134 135 ## Networking 136 # 137 138 DIRS += \ 139 srv/net/nil/eth \ 140 srv/net/nil/nildummy 135 141 136 142 ## Platform-specific hardware support … … 181 187 lib/softfloat \ 182 188 lib/drv \ 189 lib/packet \ 183 190 lib/fb \ 184 191 lib/net \ 185 lib/nic \186 192 lib/ext2 \ 193 lib/ext4 \ 187 194 lib/usb \ 188 195 lib/usbhost \
Note:
See TracChangeset
for help on using the changeset viewer.