Ignore:
File:
1 edited

Legend:

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

    r1b1164e8 rb73c26d  
    2828
    2929USPACE_PREFIX = ../../..
     30LIBS = $(LIBC_PREFIX)/libc.a
    3031EXTRA_CFLAGS = -Iinclude
    31 BINARY = adb_ms
     32
     33OUTPUT = adb_ms
    3234
    3335SOURCES = \
     
    3537        adb_dev.c
    3638
    37 include $(USPACE_PREFIX)/Makefile.common
     39include ../../Makefile.common
Note: See TracChangeset for help on using the changeset viewer.