Changeset ccc3debf in mainline for uspace/Makefile


Ignore:
Timestamp:
2012-09-17T13:18:41Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
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.
Message:

Merge from lp:rtc-helenos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r00b4a68 rccc3debf  
    7272        app/sysinfo \
    7373        app/mkbd \
     74        app/date \
    7475        app/websrv \
    7576        app/vdemo \
     
    135136        drv/nic/ne2k \
    136137        drv/nic/e1k \
    137         drv/nic/rtl8139
     138        drv/nic/rtl8139 \
    138139
    139140ifeq ($(CONFIG_PCC),y)
     
    164165                drv/bus/isa \
    165166                drv/char/ns8250 \
     167                drv/time/cmos-rtc \
    166168                srv/hw/irc/apic \
    167169                srv/hw/irc/i8259
     
    174176                drv/bus/isa \
    175177                drv/char/ns8250 \
     178                drv/time/cmos-rtc \
    176179                srv/hw/irc/apic \
    177180                srv/hw/irc/i8259
Note: See TracChangeset for help on using the changeset viewer.