~lukasmejdrech/helenos/network

« back to all changes in this revision

Viewing changes to uspace/srv/bd/ata_bd/Makefile

  • Committer: Lukas Mejdrech
  • Date: 2010-03-23 20:49:54 UTC
  • mfrom: (186.1.143 head)
  • Revision ID: lukasmejdrech@atlas.cz-20100323204954-qza7qh9ut1e36ngm
Merge mailnline changes, revision 329

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#
29
29
 
30
30
USPACE_PREFIX = ../../..
31
 
LIBS = $(LIBC_PREFIX)/libc.a
32
 
 
33
 
OUTPUT = ata_bd
 
31
BINARY = ata_bd
34
32
 
35
33
SOURCES = \
36
34
        ata_bd.c
37
35
 
38
 
include ../../Makefile.common
 
36
include $(USPACE_PREFIX)/Makefile.common