Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/char_mouse/Makefile

    r1b1164e8 rb73c26d  
    2929
    3030USPACE_PREFIX = ../../..
     31LIBS = $(LIBC_PREFIX)/libc.a
    3132EXTRA_CFLAGS = -Iinclude
    32 BINARY = char_ms
     33
     34OUTPUT = char_ms
    3335
    3436SOURCES = \
     
    3739        chardev.c
    3840
    39 include $(USPACE_PREFIX)/Makefile.common
     41include ../../Makefile.common
Note: See TracChangeset for help on using the changeset viewer.