Changeset c16cf62 in mainline for uspace/srv/drivers/root/Makefile


Ignore:
Timestamp:
2010-02-26T14:22:33Z (15 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
67ba309
Parents:
92413de
Message:

backup (unstable)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/drivers/root/Makefile

    r92413de rc16cf62  
    2727
    2828USPACE_PREFIX = ../../..
    29 LIBS = $(LIBC_PREFIX)/libc.a
     29LIBS = $(LIBC_PREFIX)/libc.a $(LIBDRV_PREFIX)/libdrv.a
    3030
    3131OUTPUT = root
     
    3535
    3636include ../../Makefile.common
     37
     38EXTRA_CFLAGS = -I$(LIBDRV_PREFIX)/include
Note: See TracChangeset for help on using the changeset viewer.