Changes in uspace/Makefile [caa8a94:40a5d40] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rcaa8a94 r40a5d40 50 50 app/trace \ 51 51 app/top \ 52 app/usbinfo \ 53 app/virtusbkbd \ 54 app/virtusbhub \ 52 55 app/netecho \ 53 56 app/nettest1 \ … … 113 116 drv/ns8250 \ 114 117 srv/hw/irc/apic \ 115 srv/hw/irc/i8259 118 srv/hw/irc/i8259 \ 119 drv/ehci-hcd \ 120 drv/uhci-hcd \ 121 drv/uhci-rhd \ 122 drv/usbhid \ 123 drv/usbhub \ 124 drv/usbmid \ 125 drv/usbmouse \ 126 drv/vhc 116 127 endif 117 128 … … 123 134 drv/ns8250 \ 124 135 srv/hw/irc/apic \ 125 srv/hw/irc/i8259 136 srv/hw/irc/i8259 \ 137 drv/ehci-hcd \ 138 drv/uhci-hcd \ 139 drv/uhci-rhd \ 140 drv/usbhid \ 141 drv/usbhub \ 142 drv/usbmid \ 143 drv/usbmouse \ 144 drv/vhc 126 145 endif 127 146 … … 150 169 lib/net 151 170 171 ifeq ($(UARCH),amd64) 172 LIBS += lib/usb 173 LIBS += lib/usbvirt 174 endif 175 176 ifeq ($(UARCH),ia32) 177 LIBS += lib/usb 178 LIBS += lib/usbvirt 179 endif 180 152 181 LIBC_BUILD = $(addsuffix .build,$(LIBC)) 153 182 LIBS_BUILD = $(addsuffix .build,$(LIBS))
Note:
See TracChangeset
for help on using the changeset viewer.