Changes in uspace/Makefile [3e4f2e0:8594505] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r3e4f2e0 r8594505 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.