Changes in uspace/Makefile [4880210:d362410] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r4880210 rd362410 41 41 app/killall \ 42 42 app/klog \ 43 app/lsusb \44 43 app/mkfat \ 45 44 app/redir \ … … 51 50 app/trace \ 52 51 app/top \ 53 app/usbinfo \54 app/vuhid \55 52 app/netecho \ 56 53 app/nettest1 \ … … 59 56 app/websrv \ 60 57 app/sysinfo \ 61 app/mkbd \62 58 srv/clip \ 63 59 srv/devmap \ … … 94 90 drv/rootvirt \ 95 91 drv/test1 \ 96 drv/test2 92 drv/test2 \ 93 drv/test3 97 94 98 95 ## Networking … … 117 114 drv/ns8250 \ 118 115 srv/hw/irc/apic \ 119 srv/hw/irc/i8259 \ 120 drv/ehci-hcd \ 121 drv/ohci \ 122 drv/uhci-hcd \ 123 drv/uhci-rhd \ 124 drv/usbflbk \ 125 drv/usbhid \ 126 drv/usbhub \ 127 drv/usbmast \ 128 drv/usbmid \ 129 drv/usbmouse \ 130 drv/vhc 116 srv/hw/irc/i8259 131 117 endif 132 118 … … 138 124 drv/ns8250 \ 139 125 srv/hw/irc/apic \ 140 srv/hw/irc/i8259 \ 141 drv/ehci-hcd \ 142 drv/ohci \ 143 drv/uhci-hcd \ 144 drv/uhci-rhd \ 145 drv/usbflbk \ 146 drv/usbhid \ 147 drv/usbhub \ 148 drv/usbmast \ 149 drv/usbmid \ 150 drv/usbmouse \ 151 drv/vhc 126 srv/hw/irc/i8259 152 127 endif 153 128 … … 175 150 lib/packet \ 176 151 lib/net 177 178 ifeq ($(UARCH),amd64)179 LIBS += lib/usb180 LIBS += lib/usbhost181 LIBS += lib/usbdev182 LIBS += lib/usbhid183 LIBS += lib/usbvirt184 endif185 186 ifeq ($(UARCH),ia32)187 LIBS += lib/usb188 LIBS += lib/usbhost189 LIBS += lib/usbdev190 LIBS += lib/usbhid191 LIBS += lib/usbvirt192 endif193 152 194 153 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.