Changeset e6a78b9 in mainline for uspace/Makefile


Ignore:
Timestamp:
2012-06-29T15:31:44Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9432f08
Parents:
34ab31c (diff), 0bbd13e (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 mainline changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r34ab31c re6a78b9  
    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 \
    5151        app/mkexfat \
    5252        app/mkmfs \
     53        app/nterm \
    5354        app/redir \
    5455        app/sbi \
     
    6869        app/nettest3 \
    6970        app/ping \
    70         app/websrv \
    7171        app/sysinfo \
    7272        app/mkbd \
     73        app/websrv \
    7374        srv/clipboard \
    74         srv/loc \
     75        srv/locsrv \
    7576        srv/devman \
    7677        srv/loader \
    7778        srv/net/ethip \
    78         srv/net/inet \
     79        srv/net/inetsrv \
    7980        srv/net/loopip \
    8081        srv/net/tcp \
     
    137138endif
    138139
     140ifeq ($(CONFIG_MSIM),y)
     141DIRS += \
     142        app/msim
     143endif
     144
    139145## Platform-specific hardware support
    140146#
Note: See TracChangeset for help on using the changeset viewer.