Changes in uspace/Makefile [c0e53ff:80099c19] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rc0e53ff r80099c19 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 120 121 ## Networking 122 # 123 119 drv/bus/usb/vhc \ 120 drv/nic/lo \ 121 drv/nic/ne2k 122 123 ifeq ($(CONFIG_PCC),y) 124 124 DIRS += \ 125 srv/net/nil/eth \ 126 srv/net/nil/nildummy 125 app/cc \ 126 app/ccom \ 127 app/ccom/mkext \ 128 app/cpp 129 endif 130 131 ifeq ($(CONFIG_BINUTILS),y) 132 DIRS += \ 133 app/binutils 134 endif 127 135 128 136 ## Platform-specific hardware support … … 173 181 lib/softfloat \ 174 182 lib/drv \ 175 lib/packet \ 176 lib/imgmap \ 183 lib/fb \ 177 184 lib/net \ 185 lib/nic \ 178 186 lib/ext2 \ 179 187 lib/usb \ … … 181 189 lib/usbdev \ 182 190 lib/usbhid \ 183 lib/usbvirt 191 lib/usbvirt \ 192 lib/posix 184 193 185 194 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.