Changeset 0dc2fec in mainline for uspace/drv/char/atkbd/Makefile


Ignore:
Timestamp:
2016-05-22T19:19:43Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b272c67a
Parents:
153c7a29 (diff), af2254ec (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 mainline changes

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/drv/char/atkbd/Makefile

    r153c7a29 r0dc2fec  
    11#
    2 # Copyright (c) 2012 Adam Hraska
     2# Copyright (c) 2011 Jan Vesely
    33# All rights reserved.
    44#
     
    2727#
    2828
    29 USPACE_PREFIX = ../..
    30 
    31 LIBS = $(LIBC_PREFIX)/libc.a
    32 
    33 EXTRA_CFLAGS = -I. -I$(LIBC_PREFIX)/include
    34 
    35 LIBRARY = liburcu
     29USPACE_PREFIX = ../../..
     30LIBS = $(LIBDRV_PREFIX)/libdrv.a
     31EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include
     32BINARY = atkbd
    3633
    3734SOURCES = \
    38         rcu.c
     35        main.c \
     36        atkbd.c
    3937
    4038include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.