Changes in uspace/Makefile [80099c19:c0e53ff] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r80099c19 rc0e53ff 94 94 srv/hw/char/i8042 \ 95 95 srv/hw/char/s3c24xx_uart \ 96 srv/hw/netif/ne2000 \ 97 srv/net/netif/lo \ 96 98 srv/net/il/arp \ 97 99 srv/net/il/ip \ … … 99 101 srv/net/tl/udp \ 100 102 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 drv/nic/lo \ 121 drv/nic/ne2k 122 123 ifeq ($(CONFIG_PCC),y) 119 drv/bus/usb/vhc 120 121 ## Networking 122 # 123 124 124 DIRS += \ 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 125 srv/net/nil/eth \ 126 srv/net/nil/nildummy 135 127 136 128 ## Platform-specific hardware support … … 181 173 lib/softfloat \ 182 174 lib/drv \ 183 lib/fb \ 175 lib/packet \ 176 lib/imgmap \ 184 177 lib/net \ 185 lib/nic \186 178 lib/ext2 \ 187 179 lib/usb \ … … 189 181 lib/usbdev \ 190 182 lib/usbhid \ 191 lib/usbvirt \ 192 lib/posix 183 lib/usbvirt 193 184 194 185 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.