Changes in uspace/Makefile [a3eeef45:b9eb93f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
ra3eeef45 rb9eb93f 49 49 app/trace \ 50 50 app/top \ 51 app/usbinfo \ 52 app/virtusbkbd \ 51 53 app/netecho \ 52 54 app/nettest1 \ 53 55 app/nettest2 \ 54 56 app/ping \ 55 app/sysinfo \56 57 srv/clip \ 57 58 srv/devmap \ … … 116 117 DIRS += drv/isa 117 118 DIRS += drv/ns8250 119 DIRS += drv/uhci 120 DIRS += drv/usbhub 121 DIRS += drv/usbkbd 122 DIRS += drv/vhc 118 123 endif 119 124 … … 123 128 DIRS += drv/isa 124 129 DIRS += drv/ns8250 130 DIRS += drv/uhci 131 DIRS += drv/usbhub 132 DIRS += drv/usbkbd 133 DIRS += drv/vhc 125 134 endif 126 135 … … 148 157 lib/packet \ 149 158 lib/net 159 160 ifeq ($(UARCH),amd64) 161 LIBS += lib/usb 162 LIBS += lib/usbvirt 163 endif 164 165 ifeq ($(UARCH),ia32) 166 LIBS += lib/usb 167 LIBS += lib/usbvirt 168 endif 150 169 151 170 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.