Changeset c7b5826 in mainline for uspace/app/mkbd/Makefile


Ignore:
Timestamp:
2011-05-18T09:34:56Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
33d19a7
Parents:
d736fe38 (diff), b2995c3 (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:

Development branch changes

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/app/mkbd/Makefile

    rd736fe38 rc7b5826  
    11#
    2 # Copyright (c) 2010-2011 Vojtech Horky
     2# Copyright (c) 2011 Vojtech Horky
    33# All rights reserved.
    44#
     
    2828
    2929USPACE_PREFIX = ../..
     30BINARY = mkbd
    3031
    3132LIBS = \
    32         $(LIBUSBHID_PREFIX)/libusbhid.a \
    3333        $(LIBUSBDEV_PREFIX)/libusbdev.a \
    3434        $(LIBUSB_PREFIX)/libusb.a \
    3535        $(LIBDRV_PREFIX)/libdrv.a
    36 EXTRA_CFLAGS += \
    37         -I. \
     36EXTRA_CFLAGS = \
    3837        -I$(LIBUSB_PREFIX)/include \
    3938        -I$(LIBUSBDEV_PREFIX)/include \
    40         -I$(LIBUSBHID_PREFIX)/include \
    4139        -I$(LIBDRV_PREFIX)/include
    4240
    43 BINARY = usbkbd
    44 
    45 STOLEN_LAYOUT_SOURCES = \
    46         layout/us_qwerty.c \
    47         layout/us_dvorak.c \
    48         layout/cz.c
    49 
    5041SOURCES = \
    51         main.c \
    52         conv.c \
    53         kbddev.c \
    54         kbdrepeat.c \
    55         $(STOLEN_LAYOUT_SOURCES)
    56 
    57 EXTRA_CLEAN = $(STOLEN_LAYOUT_SOURCES)
    58 
    59 SRV_KBD = $(USPACE_PREFIX)/srv/hid/kbd
     42        main.c
    6043
    6144include $(USPACE_PREFIX)/Makefile.common
    62 
    63 layout/%.c: $(SRV_KBD)/layout/%.c
    64         ln -sfn ../$< $@
Note: See TracChangeset for help on using the changeset viewer.