Changeset c0e1be7 in mainline for uspace/Makefile
- Timestamp:
- 2010-09-09T15:26:57Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4bc309b
- Parents:
- 9a1d8ab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r9a1d8ab rc0e1be7 71 71 srv/hw/char/s3c24xx_uart \ 72 72 srv/hw/netif/dp8390 \ 73 srv/hw/bus/usb/hcd/virtual \ 73 74 srv/net/cfg \ 74 75 srv/net/netif/lo \ … … 80 81 srv/net/net \ 81 82 srv/net/netstart \ 83 app/usb \ 82 84 app/netecho \ 83 85 app/nettest1 \ … … 138 140 ifeq ($(UARCH),amd64) 139 141 LIBS += lib/pci 142 LIBS += lib/usb 140 143 endif 141 144 142 145 ifeq ($(UARCH),ia32) 143 146 LIBS += lib/pci 147 LIBS += lib/usb 144 148 endif 145 149
Note:
See TracChangeset
for help on using the changeset viewer.