Changes in uspace/Makefile [3e4f2e0:57c7050] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r3e4f2e0 r57c7050 41 41 app/killall \ 42 42 app/klog \ 43 app/lsusb \44 43 app/mkfat \ 45 44 app/redir \ … … 52 51 app/top \ 53 52 app/usbinfo \ 53 app/virtusbkbd \ 54 54 app/vuhid \ 55 55 app/netecho \ … … 179 179 ifeq ($(UARCH),amd64) 180 180 LIBS += lib/usb 181 LIBS += lib/usbhost182 LIBS += lib/usbdev183 LIBS += lib/usbhid184 181 LIBS += lib/usbvirt 185 182 endif … … 187 184 ifeq ($(UARCH),ia32) 188 185 LIBS += lib/usb 189 LIBS += lib/usbhost190 LIBS += lib/usbdev191 LIBS += lib/usbhid192 186 LIBS += lib/usbvirt 193 187 endif
Note:
See TracChangeset
for help on using the changeset viewer.