Changes in uspace/Makefile [1256a0a:caa8a94] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified uspace/Makefile ¶
r1256a0a rcaa8a94 50 50 app/trace \ 51 51 app/top \ 52 app/usbinfo \53 app/virtusbkbd \54 app/virtusbhub \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/uhci-hcd \ 120 drv/uhci-rhd \ 121 drv/usbhid \ 122 drv/usbhub \ 123 drv/vhc 115 srv/hw/irc/i8259 124 116 endif 125 117 … … 131 123 drv/ns8250 \ 132 124 srv/hw/irc/apic \ 133 srv/hw/irc/i8259 \ 134 drv/uhci-hcd \ 135 drv/uhci-rhd \ 136 drv/usbhid \ 137 drv/usbhub \ 138 drv/vhc 125 srv/hw/irc/i8259 139 126 endif 140 127 … … 162 149 lib/packet \ 163 150 lib/net 164 165 ifeq ($(UARCH),amd64)166 LIBS += lib/usb167 LIBS += lib/usbvirt168 endif169 170 ifeq ($(UARCH),ia32)171 LIBS += lib/usb172 LIBS += lib/usbvirt173 endif174 151 175 152 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.