Changeset 9e195e2c in mainline for uspace/Makefile
- Timestamp:
- 2011-05-12T09:03:00Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d59d0bb
- Parents:
- 456aea3 (diff), c372e03 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r456aea3 r9e195e2c 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 \ … … 177 177 ifeq ($(UARCH),amd64) 178 178 LIBS += lib/usb 179 LIBS += lib/usbhost 180 LIBS += lib/usbdev 181 LIBS += lib/usbhid 179 182 LIBS += lib/usbvirt 180 183 endif … … 182 185 ifeq ($(UARCH),ia32) 183 186 LIBS += lib/usb 187 LIBS += lib/usbhost 188 LIBS += lib/usbdev 189 LIBS += lib/usbhid 184 190 LIBS += lib/usbvirt 185 191 endif
Note:
See TracChangeset
for help on using the changeset viewer.