Changeset d7ff048 in mainline for uspace/Makefile
- Timestamp:
- 2011-10-08T13:08:53Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bf08ff0
- Parents:
- 8367d1d (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
r8367d1d rd7ff048 94 94 srv/hw/char/i8042 \ 95 95 srv/hw/char/s3c24xx_uart \ 96 srv/hw/netif/ne2000 \97 srv/net/netif/lo \98 96 srv/net/il/arp \ 99 97 srv/net/il/ip \ … … 101 99 srv/net/tl/udp \ 102 100 srv/net/tl/tcp \ 101 srv/net/nil/eth \ 102 srv/net/nil/nildummy \ 103 103 srv/net/net \ 104 104 drv/infrastructure/root \ … … 117 117 drv/bus/usb/usbmid \ 118 118 drv/bus/usb/usbmouse \ 119 drv/bus/usb/vhc 119 drv/bus/usb/vhc \ 120 drv/nic/lo \ 121 drv/nic/ne2k 120 122 121 123 ifeq ($(CONFIG_PCC),y) … … 131 133 app/binutils 132 134 endif 133 134 ## Networking135 #136 137 DIRS += \138 srv/net/nil/eth \139 srv/net/nil/nildummy140 135 141 136 ## Platform-specific hardware support … … 186 181 lib/softfloat \ 187 182 lib/drv \ 188 lib/packet \189 183 lib/fb \ 190 184 lib/net \ 185 lib/nic \ 191 186 lib/ext2 \ 192 187 lib/usb \
Note:
See TracChangeset
for help on using the changeset viewer.