Changes in uspace/Makefile [ffdd2b9:07b9203e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rffdd2b9 r07b9203e 49 49 app/trace \ 50 50 app/top \ 51 app/usbinfo \ 52 app/virtusbkbd \ 51 53 app/netecho \ 52 54 app/nettest1 \ … … 85 87 srv/net/tl/tcp \ 86 88 srv/net/net \ 87 drv/root 89 drv/root \ 90 drv/vhc 88 91 89 92 ## Networking … … 115 118 DIRS += drv/isa 116 119 DIRS += drv/ns8250 120 DIRS += drv/uhci 121 DIRS += drv/usbhub 122 DIRS += drv/usbkbd 117 123 endif 118 124 … … 140 146 lib/packet \ 141 147 lib/net 148 149 ifeq ($(UARCH),amd64) 150 LIBS += lib/usb 151 LIBS += lib/usbvirt 152 endif 153 154 ifeq ($(UARCH),ia32) 155 LIBS += lib/usb 156 LIBS += lib/usbvirt 157 endif 142 158 143 159 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.