Changeset 7a68fe5 in mainline for uspace/Makefile
- Timestamp:
- 2011-10-10T06:58:55Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2ea6392
- Parents:
- e68c834 (diff), 80099c19 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
re68c834 r7a68fe5 95 95 srv/hw/char/i8042 \ 96 96 srv/hw/char/s3c24xx_uart \ 97 srv/hw/netif/ne2000 \98 srv/net/netif/lo \99 97 srv/net/il/arp \ 100 98 srv/net/il/ip \ … … 102 100 srv/net/tl/udp \ 103 101 srv/net/tl/tcp \ 102 srv/net/nil/eth \ 103 srv/net/nil/nildummy \ 104 104 srv/net/net \ 105 105 drv/infrastructure/root \ … … 118 118 drv/bus/usb/usbmid \ 119 119 drv/bus/usb/usbmouse \ 120 drv/bus/usb/vhc 120 drv/bus/usb/vhc \ 121 drv/nic/lo \ 122 drv/nic/ne2k 121 123 122 124 ifeq ($(CONFIG_PCC),y) … … 132 134 app/binutils 133 135 endif 134 135 ## Networking136 #137 138 DIRS += \139 srv/net/nil/eth \140 srv/net/nil/nildummy141 136 142 137 ## Platform-specific hardware support … … 187 182 lib/softfloat \ 188 183 lib/drv \ 189 lib/packet \190 184 lib/fb \ 191 185 lib/net \ 186 lib/nic \ 192 187 lib/ext2 \ 193 188 lib/ext4 \
Note:
See TracChangeset
for help on using the changeset viewer.