Changeset 59ecd4a in mainline for uspace/Makefile


Ignore:
Timestamp:
2010-04-04T21:41:47Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5db9084
Parents:
36a75a2 (diff), ee7e82a9 (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

    r36a75a2 r59ecd4a  
    4141        app/mkfat \
    4242        app/redir \
     43        app/sbi \
    4344        app/taskdump \
    4445        app/tester \
     
    6465        srv/hid/fb \
    6566        srv/hid/kbd \
    66         srv/hw/char/i8042
     67        srv/hw/char/i8042 \
     68        srv/hw/netif/dp8390
    6769
    6870## Platform-specific hardware support
     
    9496#
    9597
    96 ifeq ($(CONFIG_NETIF_DP8390),y)
    97         DIRS += srv/net/netif/dp8390
    98 endif
    99 
    10098NETWORKING_COMMON = \
    10199        srv/net/netif/lo \
     
    103101        srv/net/nil/nildummy \
    104102        srv/net/net \
    105         srv/net/net/start \
    106         srv/net/socket \
    107         srv/net/app/echo \
    108         srv/net/app/ping \
    109         srv/net/app/nettest1 \
    110         srv/net/app/nettest2
     103        srv/net/netstart \
     104        app/netecho \
     105        app/nettest1 \
     106        app/nettest2 \
     107        app/ping
    111108
    112109NETWORKING_MODULAR = \
     
    127124        lib/softint \
    128125        lib/softfloat \
     126        lib/socket \
     127        lib/net \
     128        lib/netif
    129129
    130130ifeq ($(UARCH),amd64)
     
    148148endif
    149149
    150 ifeq ($(CONFIG_NETWORKING),none)
    151         BUILDS := $(addsuffix .build,$(DIRS))
    152 endif
    153 
    154150CLEANS := $(addsuffix .clean,$(DIRS)) $(addsuffix .clean,$(NETWORKING_COMMON)) $(addsuffix .clean,$(NETWORKING_MODULAR)) $(addsuffix .clean,$(LIBS)) $(addsuffix .clean,$(LIBC))
    155151
Note: See TracChangeset for help on using the changeset viewer.