Changes in uspace/Makefile [c0e53ff:e872326] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rc0e53ff re872326 48 48 app/lsusb \ 49 49 app/mkfat \ 50 app/mkexfat \ 50 51 app/mkmfs \ 51 52 app/redir \ … … 64 65 app/nettest1 \ 65 66 app/nettest2 \ 67 app/nettest3 \ 66 68 app/ping \ 67 69 app/websrv \ … … 92 94 srv/hid/fb \ 93 95 srv/hid/input \ 94 srv/h w/char/i8042\96 srv/hid/remcons \ 95 97 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 \ 103 105 srv/net/net \ 104 106 drv/infrastructure/root \ 105 107 drv/infrastructure/rootvirt \ 108 drv/char/i8042 \ 109 drv/char/ps2mouse \ 110 drv/char/xtkbd \ 106 111 drv/test/test1 \ 107 112 drv/test/test2 \ … … 116 121 drv/bus/usb/usbmast \ 117 122 drv/bus/usb/usbmid \ 118 drv/bus/usb/usbmouse \ 119 drv/bus/usb/vhc 120 121 ## Networking 122 # 123 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) 124 130 DIRS += \ 125 srv/net/nil/eth \ 126 srv/net/nil/nildummy 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 127 141 128 142 ## Platform-specific hardware support … … 173 187 lib/softfloat \ 174 188 lib/drv \ 175 lib/packet \ 176 lib/imgmap \ 189 lib/fb \ 177 190 lib/net \ 191 lib/nic \ 178 192 lib/ext2 \ 179 193 lib/usb \ … … 181 195 lib/usbdev \ 182 196 lib/usbhid \ 183 lib/usbvirt 197 lib/usbvirt \ 198 lib/posix 184 199 185 200 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.