Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1689 → Rev 104

/shark/trunk/drivers/parport/Makefile
File deleted
/shark/trunk/drivers/parport/include/drivers/parport.h
57,7 → 57,7
#include <kernel/types.h>
#include <kernel/descr.h>
#include <math.h>
#include <arch/sys/cdefs.h>
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
/shark/trunk/drivers/parport/makefile
0,0 → 1,18
# The Parallel Port Library, by Andrea Battistotti & Armando Leggio
 
ifndef BASE
BASE=../..
endif
 
include $(BASE)/config/config.mk
 
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