Changeset 5e18892 in mainline for uspace/srv/net/Makefile


Ignore:
Timestamp:
2010-01-04T20:34:42Z (14 years ago)
Author:
Lukas Mejdrech <lukas@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b648ae4
Parents:
b4ff8a6d
Message:

+ Networking architecture 'none' to avoid networking at all

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/Makefile

    rb4ff8a6d r5e18892  
    5454        BUILDS := $(addsuffix .build,$(DIRS))
    5555else
     56ifeq ($(NETWORKING), modular)
    5657        BUILDS := $(addsuffix .build,$(DIRS_ALL))
     58endif
    5759endif
    5860
Note: See TracChangeset for help on using the changeset viewer.