Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1078 → Rev 1689

/shark/trunk/drivers/linuxc26/makefile
File deleted
/shark/trunk/drivers/linuxc26/kobject.c
12,7 → 12,7
 
#undef DEBUG
 
#include <ll/stdarg.h>
#include <arch/stdarg.h>
 
#include <linuxcomp.h>
 
/shark/trunk/drivers/linuxc26/Makefile
0,0 → 1,24
targets:= libcomp26.a
 
libcomp26.a-objs:= \
bus.o \
linuxcomp.o \
core.o \
driver.o \
vsprintf.o \
interface.o \
kobject.o \
shark_linuxc26.o \
shark_glue.o \
class.o \
videodev.o \
linux_kthread.o \
waitqueue.o \
int.o \
timer.o \
cmdline.o \
video-buf.o \
shark_videodev.o
 
cppflags+= -I$(srctree)/drivers/linuxc26/include -D__KERNEL__