Changes in uspace/Makefile [95622c4:f902d36] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r95622c4 rf902d36 51 51 app/trace \ 52 52 app/top \ 53 app/usbinfo \54 app/virtusbkbd \55 app/virtusbhub \56 53 app/netecho \ 57 54 app/nettest1 \ … … 117 114 drv/ns8250 \ 118 115 srv/hw/irc/apic \ 119 srv/hw/irc/i8259 \ 120 drv/uhci \ 121 drv/usbhub \ 122 drv/usbkbd \ 123 drv/vhc 116 srv/hw/irc/i8259 124 117 endif 125 118 … … 131 124 drv/ns8250 \ 132 125 srv/hw/irc/apic \ 133 srv/hw/irc/i8259 \ 134 drv/uhci \ 135 drv/usbhub \ 136 drv/usbkbd \ 137 drv/vhc 126 srv/hw/irc/i8259 138 127 endif 139 128 … … 161 150 lib/packet \ 162 151 lib/net 163 164 ifeq ($(UARCH),amd64)165 LIBS += lib/usb166 LIBS += lib/usbvirt167 endif168 169 ifeq ($(UARCH),ia32)170 LIBS += lib/usb171 LIBS += lib/usbvirt172 endif173 152 174 153 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.