Changeset ccc3debf in mainline for uspace/Makefile
- Timestamp:
- 2012-09-17T13:18:41Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 619e6d56
- Parents:
- 00b4a68 (diff), 289fa65 (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
r00b4a68 rccc3debf 72 72 app/sysinfo \ 73 73 app/mkbd \ 74 app/date \ 74 75 app/websrv \ 75 76 app/vdemo \ … … 135 136 drv/nic/ne2k \ 136 137 drv/nic/e1k \ 137 drv/nic/rtl8139 138 drv/nic/rtl8139 \ 138 139 139 140 ifeq ($(CONFIG_PCC),y) … … 164 165 drv/bus/isa \ 165 166 drv/char/ns8250 \ 167 drv/time/cmos-rtc \ 166 168 srv/hw/irc/apic \ 167 169 srv/hw/irc/i8259 … … 174 176 drv/bus/isa \ 175 177 drv/char/ns8250 \ 178 drv/time/cmos-rtc \ 176 179 srv/hw/irc/apic \ 177 180 srv/hw/irc/i8259
Note:
See TracChangeset
for help on using the changeset viewer.