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