Changes in uspace/Makefile [66d5062:f902d36] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r66d5062 rf902d36 46 46 app/stats \ 47 47 app/taskdump \ 48 app/tasks \ 48 49 app/tester \ 49 50 app/tetris \ 50 51 app/trace \ 51 52 app/top \ 52 app/usbinfo \53 app/virtusbkbd \54 app/virtusbhub \55 53 app/netecho \ 56 54 app/nettest1 \ … … 116 114 drv/ns8250 \ 117 115 srv/hw/irc/apic \ 118 srv/hw/irc/i8259 \ 119 drv/uhci \ 120 drv/usbhid \ 121 drv/usbhub \ 122 drv/vhc 116 srv/hw/irc/i8259 123 117 endif 124 118 … … 130 124 drv/ns8250 \ 131 125 srv/hw/irc/apic \ 132 srv/hw/irc/i8259 \ 133 drv/uhci \ 134 drv/usbhid \ 135 drv/usbhub \ 136 drv/vhc 126 srv/hw/irc/i8259 137 127 endif 138 128 … … 160 150 lib/packet \ 161 151 lib/net 162 163 ifeq ($(UARCH),amd64)164 LIBS += lib/usb165 LIBS += lib/usbvirt166 endif167 168 ifeq ($(UARCH),ia32)169 LIBS += lib/usb170 LIBS += lib/usbvirt171 endif172 152 173 153 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.