Changeset 5c65e61 in mainline for uspace/srv/net/slip/Makefile


Ignore:
Timestamp:
2013-12-31T20:55:35Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8a84484
Parents:
67472b9b
Message:

libc,libdrv: Move char dev iface to libdrv

File:
1 edited

Legend:

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

    r67472b9b r5c65e61  
    2929USPACE_PREFIX = ../../..
    3030BINARY = slip
    31 
     31LIBS = $(LIBDRV_PREFIX)/libdrv.a
     32EXTRA_CFLAGS = -I$(LIBDRV_PREFIX)/include
    3233SOURCES = \
    3334        slip.c
Note: See TracChangeset for help on using the changeset viewer.