Changeset 8d6c1f1 in mainline for uspace/Makefile
- Timestamp:
- 2011-06-07T21:31:35Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 75608143
- Parents:
- ff4f073 (diff), eb522e8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rff4f073 r8d6c1f1 44 44 app/killall \ 45 45 app/klog \ 46 app/lsusb \ 46 47 app/mkfat \ 47 48 app/redir \ … … 54 55 app/trace \ 55 56 app/top \ 57 app/usbinfo \ 58 app/vuhid \ 56 59 app/netecho \ 57 60 app/nettest1 \ … … 60 63 app/websrv \ 61 64 app/sysinfo \ 65 app/mkbd \ 62 66 srv/clip \ 63 67 srv/devmap \ … … 119 123 drv/ns8250 \ 120 124 srv/hw/irc/apic \ 121 srv/hw/irc/i8259 125 srv/hw/irc/i8259 \ 126 drv/ehci_hcd \ 127 drv/ohci \ 128 drv/uhci_hcd \ 129 drv/uhci_rhd \ 130 drv/usbflbk \ 131 drv/usbhid \ 132 drv/usbhub \ 133 drv/usbmast \ 134 drv/usbmid \ 135 drv/usbmouse \ 136 drv/vhc 122 137 endif 123 138 … … 129 144 drv/ns8250 \ 130 145 srv/hw/irc/apic \ 131 srv/hw/irc/i8259 146 srv/hw/irc/i8259 \ 147 drv/ehci_hcd \ 148 drv/ohci \ 149 drv/uhci_hcd \ 150 drv/uhci_rhd \ 151 drv/usbflbk \ 152 drv/usbhid \ 153 drv/usbhub \ 154 drv/usbmast \ 155 drv/usbmid \ 156 drv/usbmouse \ 157 drv/vhc 132 158 endif 133 159 … … 155 181 lib/packet \ 156 182 lib/net \ 157 lib/ext2 183 lib/ext2 \ 184 lib/usb \ 185 lib/usbhost \ 186 lib/usbdev \ 187 lib/usbhid \ 188 lib/usbvirt 158 189 159 190 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.