Changeset 729fa2d6 in mainline for uspace/srv/drivers/root/Makefile


Ignore:
Timestamp:
2010-02-25T14:29:23Z (14 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
92413de
Parents:
924c75e1
Message:

parts of root device driver

File:
1 edited

Legend:

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

    r924c75e1 r729fa2d6  
    2828USPACE_PREFIX = ../../..
    2929LIBS = $(LIBC_PREFIX)/libc.a
    30 EXTRA_CFLAGS = -Iinclude
    3130
    32 OUTPUT = root 
     31OUTPUT = root
    3332
    3433SOURCES = \
    35         root.c \
     34        root.c
    3635
    3736include ../../Makefile.common
    38 
Note: See TracChangeset for help on using the changeset viewer.