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