Changes in uspace/Makefile [3e4f2e0:3f10d92] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r3e4f2e0 r3f10d92 41 41 app/killall \ 42 42 app/klog \ 43 app/lsusb \44 43 app/mkfat \ 45 44 app/redir \ … … 51 50 app/trace \ 52 51 app/top \ 53 app/usbinfo \54 app/vuhid \55 52 app/netecho \ 56 53 app/nettest1 \ … … 116 113 drv/ns8250 \ 117 114 srv/hw/irc/apic \ 118 srv/hw/irc/i8259 \ 119 drv/ehci-hcd \ 120 drv/ohci \ 121 drv/uhci-hcd \ 122 drv/uhci-rhd \ 123 drv/usbflbk \ 124 drv/usbkbd \ 125 drv/usbhid \ 126 drv/usbhub \ 127 drv/usbmast \ 128 drv/usbmid \ 129 drv/usbmouse \ 130 drv/vhc 115 srv/hw/irc/i8259 131 116 endif 132 117 … … 138 123 drv/ns8250 \ 139 124 srv/hw/irc/apic \ 140 srv/hw/irc/i8259 \ 141 drv/ehci-hcd \ 142 drv/ohci \ 143 drv/uhci-hcd \ 144 drv/uhci-rhd \ 145 drv/usbflbk \ 146 drv/usbkbd \ 147 drv/usbhid \ 148 drv/usbhub \ 149 drv/usbmast \ 150 drv/usbmid \ 151 drv/usbmouse \ 152 drv/vhc 125 srv/hw/irc/i8259 153 126 endif 154 127 … … 176 149 lib/packet \ 177 150 lib/net 178 179 ifeq ($(UARCH),amd64)180 LIBS += lib/usb181 LIBS += lib/usbhost182 LIBS += lib/usbdev183 LIBS += lib/usbhid184 LIBS += lib/usbvirt185 endif186 187 ifeq ($(UARCH),ia32)188 LIBS += lib/usb189 LIBS += lib/usbhost190 LIBS += lib/usbdev191 LIBS += lib/usbhid192 LIBS += lib/usbvirt193 endif194 151 195 152 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.