Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/ata_bd/Makefile

    r1b1164e8 re5773c6  
    2929
    3030USPACE_PREFIX = ../../..
    31 BINARY = ata_bd
     31LIBS = $(LIBC_PREFIX)/libc.a
     32
     33OUTPUT = ata_bd
    3234
    3335SOURCES = \
    3436        ata_bd.c
    3537
    36 include $(USPACE_PREFIX)/Makefile.common
     38include ../../Makefile.common
Note: See TracChangeset for help on using the changeset viewer.