Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1618 → Rev 1681

/shark/branches/xen/drivers/parport/Makefile/makefile
1,18 → 1,6
# The Parallel Port Library, by Andrea Battistotti & Armando Leggio
targets:= libpport.a
 
ifndef BASE
BASE=../..
endif
libpport.a-objs:= ppdrv.o ppnrtdrv.o pppindrv.o
 
include $(BASE)/config/config.mk
cppflags+= -I$(srctree)/drivers/parport/include
 
LIBRARY = pport
 
OBJS_PATH = $(BASE)/drivers/parport
 
OBJS = ppdrv.o ppnrtdrv.o pppindrv.o
 
OTHERINCL += -I$(BASE)/drivers/parport/include
 
include $(BASE)/config/lib.mk