Changes in uspace/Makefile [f902d36:3ae93a8] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rf902d36 r3ae93a8 46 46 app/stats \ 47 47 app/taskdump \ 48 app/tasks \49 48 app/tester \ 50 49 app/tetris \ 51 50 app/trace \ 52 51 app/top \ 52 app/usbinfo \ 53 app/virtusbkbd \ 54 app/virtusbhub \ 53 55 app/netecho \ 54 56 app/nettest1 \ … … 114 116 drv/ns8250 \ 115 117 srv/hw/irc/apic \ 116 srv/hw/irc/i8259 118 srv/hw/irc/i8259 \ 119 drv/uhci-hcd \ 120 drv/uhci-rhd \ 121 drv/usbhid \ 122 drv/usbhub \ 123 drv/usbmid \ 124 drv/vhc 117 125 endif 118 126 … … 124 132 drv/ns8250 \ 125 133 srv/hw/irc/apic \ 126 srv/hw/irc/i8259 134 srv/hw/irc/i8259 \ 135 drv/uhci-hcd \ 136 drv/uhci-rhd \ 137 drv/usbhid \ 138 drv/usbhub \ 139 drv/usbmid \ 140 drv/vhc 127 141 endif 128 142 … … 151 165 lib/net 152 166 167 ifeq ($(UARCH),amd64) 168 LIBS += lib/usb 169 LIBS += lib/usbvirt 170 endif 171 172 ifeq ($(UARCH),ia32) 173 LIBS += lib/usb 174 LIBS += lib/usbvirt 175 endif 176 153 177 LIBC_BUILD = $(addsuffix .build,$(LIBC)) 154 178 LIBS_BUILD = $(addsuffix .build,$(LIBS))
Note:
See TracChangeset
for help on using the changeset viewer.