Changeset 8ad5470 in mainline for uspace/Makefile


Ignore:
Timestamp:
2012-05-24T15:30:53Z (12 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fa3704d
Parents:
15b794d (diff), df3f85f (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 with mainline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r15b794d r8ad5470  
    4242        app/getterm \
    4343        app/init \
    44         app/inetcfg \
     44        app/inet \
    4545        app/kill \
    4646        app/killall \
    4747        app/klog \
    48         app/locinfo \
     48        app/loc \
    4949        app/lsusb \
    5050        app/mkfat \
     
    7070        app/nettest3 \
    7171        app/ping \
    72         app/websrv \
    7372        app/sysinfo \
    7473        app/mkbd \
     74        app/websrv \
    7575        srv/clipboard \
    76         srv/loc \
     76        srv/locsrv \
    7777        srv/devman \
    7878        srv/loader \
    7979        srv/net/ethip \
    80         srv/net/inet \
     80        srv/net/inetsrv \
    8181        srv/net/loopip \
    8282        srv/net/tcp \
     
    140140endif
    141141
     142ifeq ($(CONFIG_MSIM),y)
     143DIRS += \
     144        app/msim
     145endif
     146
    142147## Platform-specific hardware support
    143148#
Note: See TracChangeset for help on using the changeset viewer.