Changes in uspace/Makefile [e872326:c0e53ff] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
re872326 rc0e53ff 48 48 app/lsusb \ 49 49 app/mkfat \ 50 app/mkexfat \51 50 app/mkmfs \ 52 51 app/redir \ … … 65 64 app/nettest1 \ 66 65 app/nettest2 \ 67 app/nettest3 \68 66 app/ping \ 69 67 app/websrv \ … … 94 92 srv/hid/fb \ 95 93 srv/hid/input \ 96 srv/h id/remcons\94 srv/hw/char/i8042 \ 97 95 srv/hw/char/s3c24xx_uart \ 96 srv/hw/netif/ne2000 \ 97 srv/net/netif/lo \ 98 98 srv/net/il/arp \ 99 99 srv/net/il/ip \ … … 101 101 srv/net/tl/udp \ 102 102 srv/net/tl/tcp \ 103 srv/net/nil/eth \104 srv/net/nil/nildummy \105 103 srv/net/net \ 106 104 drv/infrastructure/root \ 107 105 drv/infrastructure/rootvirt \ 108 drv/char/i8042 \109 drv/char/ps2mouse \110 drv/char/xtkbd \111 106 drv/test/test1 \ 112 107 drv/test/test2 \ … … 121 116 drv/bus/usb/usbmast \ 122 117 drv/bus/usb/usbmid \ 123 drv/bus/usb/vhc \ 124 drv/nic/lo \ 125 drv/nic/ne2k \ 126 drv/nic/e1k \ 127 drv/nic/rtl8139 128 129 ifeq ($(CONFIG_PCC),y) 118 drv/bus/usb/usbmouse \ 119 drv/bus/usb/vhc 120 121 ## Networking 122 # 123 130 124 DIRS += \ 131 app/cc \ 132 app/ccom \ 133 app/ccom/mkext \ 134 app/cpp 135 endif 136 137 ifeq ($(CONFIG_BINUTILS),y) 138 DIRS += \ 139 app/binutils 140 endif 125 srv/net/nil/eth \ 126 srv/net/nil/nildummy 141 127 142 128 ## Platform-specific hardware support … … 187 173 lib/softfloat \ 188 174 lib/drv \ 189 lib/fb \ 175 lib/packet \ 176 lib/imgmap \ 190 177 lib/net \ 191 lib/nic \192 178 lib/ext2 \ 193 179 lib/usb \ … … 195 181 lib/usbdev \ 196 182 lib/usbhid \ 197 lib/usbvirt \ 198 lib/posix 183 lib/usbvirt 199 184 200 185 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.