Changeset 1d4262e in mainline for uspace/srv/net/loopip/Makefile


Ignore:
Timestamp:
2012-04-20T08:08:25Z (12 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
dfac604
Parents:
e6f6260 (diff), 606c369 (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 moved

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/loopip/Makefile

    re6f6260 r1d4262e  
    11#
    2 # Copyright (c) 2011 Radim Vansa
     2# Copyright (c) 2012 Jiri Svoboda
    33# All rights reserved.
    44#
     
    2828
    2929USPACE_PREFIX = ../../..
    30 LIBS = $(LIBDRV_PREFIX)/libdrv.a $(LIBNIC_PREFIX)/libnic.a
    31 EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include -I$(LIBNIC_PREFIX)/include
    32 BINARY = lo
     30BINARY = loopip
    3331
    3432SOURCES = \
    35         lo.c
     33        loopip.c
    3634
    3735include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.