Changeset c580b458 in mainline for boot/Makefile.common


Ignore:
Timestamp:
2010-02-16T20:54:24Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7abc897
Parents:
5297fe8
Message:

Fix build when the networking architecture is none.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r5297fe8 rc580b458  
    102102        $(USPACEDIR)/srv/net/app/nettest2/nettest2
    103103
     104ifneq ($(NETWORKING), none)
    104105NET_CFG = \
    105106        $(USPACEDIR)/srv/net/cfg/$(NETWORKING)/general \
    106107        $(USPACEDIR)/srv/net/cfg/$(NETWORKING)/lo \
    107108        $(USPACEDIR)/srv/net/cfg/$(NETWORKING)/ne2k
     109endif
    108110
    109111ifeq ($(NETWORKING), module)
Note: See TracChangeset for help on using the changeset viewer.