Changes in uspace/Makefile [57c7050:3e4f2e0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified uspace/Makefile ¶
r57c7050 r3e4f2e0 41 41 app/killall \ 42 42 app/klog \ 43 app/lsusb \ 43 44 app/mkfat \ 44 45 app/redir \ … … 51 52 app/top \ 52 53 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/usbhost 182 LIBS += lib/usbdev 183 LIBS += lib/usbhid 181 184 LIBS += lib/usbvirt 182 185 endif … … 184 187 ifeq ($(UARCH),ia32) 185 188 LIBS += lib/usb 189 LIBS += lib/usbhost 190 LIBS += lib/usbdev 191 LIBS += lib/usbhid 186 192 LIBS += lib/usbvirt 187 193 endif
Note:
See TracChangeset
for help on using the changeset viewer.