Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1621 → Rev 1681

/shark/branches/xen/drivers/makefile
File deleted
/shark/branches/xen/drivers/bttv/makefile
File deleted
/shark/branches/xen/drivers/bttv/Makefile
0,0 → 1,13
targets:= libbttv.a
 
libbttv.a-objs = \
bttv-if.o \
btcx-risc.o \
bttv-cards.o \
bttv-driver.o \
bttv-risc.o \
shark_bttv26.o
 
cppflags+= -D__KERNEL__ -I$(srctree)/drivers/bttv/include \
-I$(srctree)/drivers/linuxc26/include -I$(curdir)
 
/shark/branches/xen/drivers/serial/makefile
File deleted
/shark/branches/xen/drivers/serial/Makefile
0,0 → 1,6
targets:= libserial.a
 
libserial.a-objs:= scom.o scomirq.o
 
cppflags+= -I$(srctree)/drivers/serial/include
 
/shark/branches/xen/drivers/cm7326/makefile
File deleted
/shark/branches/xen/drivers/cm7326/Makefile
0,0 → 1,23
# CM7326 - Driver for pc104+ framegrabber
 
ifndef BASE
BASE=../..
endif
 
include $(BASE)/config/config.mk
 
LIBRARY = cm7326
 
OBJS_PATH = $(BASE)/drivers/cm7326
 
OBJS = cm7326.o saa7146_core.o saa7146_hlp.o saa7146_i2c.o saa7146_video.o saa7146_fops.o
 
OTHERINCL += -I$(BASE)/drivers/cm7326/include -I$(BASE)/drivers/linuxc26/include -I$(BASE)/drivers/i2c/include
 
C_OPT += -D__KERNEL__
 
include $(BASE)/config/lib.mk
 
clean::
rm -f $(OBJS)
 
/shark/branches/xen/drivers/oldsnd/makefile
File deleted
/shark/branches/xen/drivers/oldsnd/Makefile
0,0 → 1,10
targets:= libhsnd.a
 
libhsnd.a-objs:= \
sbio.o \
blaster.o \
dma.o \
sound.o
 
cppflags+= -I$(curdir)/include
 
/shark/branches/xen/drivers/net/makefile
File deleted
/shark/branches/xen/drivers/net/Makefile
0,0 → 1,20
targets:= libnet.a
 
libnet.a-objs:= \
eth.o \
8390.o \
3c509.o \
3c59x.o \
eepro100.o \
ne.o \
rtl8139.o \
netbuff.o \
arp.o \
udpip.o \
net.o \
net_init.o \
skbuff.o \
misc.o
 
cppflags+= -I$(curdir)/include -D__KERNEL__
 
/shark/branches/xen/drivers/parport/makefile
File deleted
/shark/branches/xen/drivers/parport/Makefile
0,0 → 1,6
targets:= libpport.a
 
libpport.a-objs:= ppdrv.o ppnrtdrv.o pppindrv.o
 
cppflags+= -I$(srctree)/drivers/parport/include
 
/shark/branches/xen/drivers/fb/makefile
File deleted
/shark/branches/xen/drivers/fb/riva/Makefile
0,0 → 1,5
targets:= \
fbdev.o \
nv_driver.o \
riva_hw.o
 
/shark/branches/xen/drivers/fb/matrox/Makefile
0,0 → 1,11
targets:= \
g450_pll.o \
matroxfb_DAC1064.o \
matroxfb_Ti3026.o \
matroxfb_accel.o \
matroxfb_base.o \
matroxfb_crtc2.o \
matroxfb_g450.o \
matroxfb_maven.o \
matroxfb_misc.o
 
/shark/branches/xen/drivers/fb/Makefile
0,0 → 1,27
targets:= libfb.a
 
libfb.a-objs:= \
fbmem.o \
fbcmap.o \
cfbfillrect.o \
softcursor.o \
cfbcopyarea.o \
cfbimgblt.o \
modedb.o \
vga16fb.o \
vgastate.o \
vesafb.o \
radeonfb.o \
shark_fb26.o \
gdvesa.o \
logo.o \
logo_bmp.o \
riva/ \
fun16.o \
matrox/
 
exported-cppflags:= -I$(srctree)/drivers/linuxc26/include \
-I$(curdir)/include -I$(curdir) -D__KERNEL__ -D__i386__
 
exported-clfags:= $(CFG_VIDEO_OPT)
 
/shark/branches/xen/drivers/cpu/makefile
File deleted
/shark/branches/xen/drivers/cpu/cpufreq/Makefile
0,0 → 1,12
targets:= \
cpufreq.o \
freq_table.o \
gx-suspmod.o \
p4-clockmod.o \
powernow-k6.o \
powernow-k7.o \
powernow-k8.o \
speedstep-centrino.o \
speedstep-ich.o \
speedstep-lib.o
 
/shark/branches/xen/drivers/cpu/shark/Makefile
0,0 → 1,2
targets:= shark_cpu.o
 
/shark/branches/xen/drivers/cpu/Makefile
0,0 → 1,12
targets:= libcpu.a
 
libcpu.a-objs:= \
common.o \
amd.o \
cyrix.o \
intel.o \
cpufreq/ \
shark/ \
 
exported-cppflags:= -I$(srctree)/drivers/linuxc26/include -D__KERNEL__
 
/shark/branches/xen/drivers/usb/makefile
File deleted
/shark/branches/xen/drivers/usb/input/Makefile
0,0 → 1,2
targets:= usbmouse.o usbkbd.o
 
/shark/branches/xen/drivers/usb/media/Makefile
0,0 → 1,6
targets:= \
pwc-if.o \
pwc-ctrl.o \
pwc-misc.o \
pwc-uncompress.o
 
/shark/branches/xen/drivers/usb/serial/Makefile
0,0 → 1,6
targets:= \
generic.o \
usb-serial.o \
pl2303.o \
tty_io.o
 
/shark/branches/xen/drivers/usb/shark_glue/Makefile
0,0 → 1,2
targets:= shark_usb.o
 
/shark/branches/xen/drivers/usb/core/Makefile
0,0 → 1,12
targets:= \
config.o \
usb-debug.o \
hub.o \
hcd.o \
urb.o \
message.o \
file.o \
buffer.o \
driverfs.o \
hcd-pci.o
 
/shark/branches/xen/drivers/usb/host/Makefile
0,0 → 1,5
targets:= \
ohci-hcd.o \
ehci-hcd.o \
uhci-hcd.o
 
/shark/branches/xen/drivers/usb/Makefile
0,0 → 1,15
targets:= libusb.a
 
libusb.a-objs:= \
core/ \
host/ \
shark_glue/ \
media/ \
input/ \
serial/
 
exported-cppflags:= -I$(srctree)/drivers/linuxc26/include \
-I$(curdir)/core -I$(curdir)/host -D__KERNEL__ \
-DCONFIG_USB_HIDINPUT -DCONFIG_USB_SERIAL_PL2303 \
-DCONFIG_USB_DEBUG
 
/shark/branches/xen/drivers/block/makefile
File deleted
/shark/branches/xen/drivers/block/sstf/Makefile
0,0 → 1,2
targets:= sstf.o
 
/shark/branches/xen/drivers/block/fcfs/Makefile
0,0 → 1,2
targets:= fcfs.o
 
/shark/branches/xen/drivers/block/edf/Makefile
0,0 → 1,2
targets:= edf.o
 
/shark/branches/xen/drivers/block/look/Makefile
0,0 → 1,2
targets:= look.o
 
/shark/branches/xen/drivers/block/pscan/Makefile
0,0 → 1,2
targets:= pscan.o
 
/shark/branches/xen/drivers/block/clook/Makefile
0,0 → 1,2
targets:= clook.o
 
/shark/branches/xen/drivers/block/Makefile
0,0 → 1,35
_SCHED_FCFS=y
 
cppflags-$(_SCHED_FCFS):= -D_SCHED_FCFS
objs-$(_SCHED_FCFS):= fcfs/
 
cppflags-$(_SCHED_SSTF):= -D_SCHED_SSTF
objs-$(_SCHED_SSTF):= sstf/
 
cppflags-$(_SCHED_LOOK):= -D_SCHED_LOOK
objs-$(_SCHED_LOOK):= look/
 
cppflags-$(_SCHED_CLOOK):= -D_SCHED_CLOOK
objs-$(_SCHED_CLOOK):= clook/
 
cppflags-$(_SCHED_EDF):= -D_SCHED_EDF
objs-$(_SCHED_EDF):= edf/
 
cppflags-$(_SCHED_PSCAN):= -D_SCHED_PSCAN
objs-$(_SCHED_PSCAN):= pscan/
 
targets:= libblk.a
 
libblk.a-objs:= \
bdev.o \
lodsk.o \
phdsk.o \
glue.o \
ide.o \
idereq.o \
idelow.o \
$(objs-y)
 
exported-cppflags:= $(cppflags-y) -DNDEBUG -I$(curdir) \
-imacros $(srctree)/include/fs/bdevconf.h
 
/shark/branches/xen/drivers/pci6025e/makefile
File deleted
/shark/branches/xen/drivers/pci6025e/dio_ppi/Makefile
0,0 → 1,2
targets:= dio_ppi.o
 
/shark/branches/xen/drivers/pci6025e/adc/Makefile
0,0 → 1,2
targets:= adc.o
 
/shark/branches/xen/drivers/pci6025e/dac/Makefile
0,0 → 1,2
targets:= dac.o
 
/shark/branches/xen/drivers/pci6025e/tim/Makefile
0,0 → 1,2
targets:= timer.o
 
/shark/branches/xen/drivers/pci6025e/Makefile
0,0 → 1,11
targets:= lib6025e.a
 
lib6026e.a-objs:= \
pci6025e.o \
tim/ \
dac/ \
dio_ppi/ \
adc/
 
exported-cppflags:= -I$(srctree)/drivers/pci6025e/include
 
/shark/branches/xen/drivers/input/makefile
File deleted
/shark/branches/xen/drivers/input/joystick/Makefile
0,0 → 1,2
targets:= analog.o joydump.o
 
/shark/branches/xen/drivers/input/keyboard/Makefile
0,0 → 1,2
targets:= atkbd.o
 
/shark/branches/xen/drivers/input/serio/Makefile
0,0 → 1,2
targets:= serio.o i8042.o
 
/shark/branches/xen/drivers/input/mouse/Makefile
0,0 → 1,5
targets:= \
psmouse-base.o \
logips2pp.o \
synaptics.o
 
/shark/branches/xen/drivers/input/shark/Makefile
0,0 → 1,10
targets:= \
shark_input.o \
shark_keymap.o \
shark_mouse.o \
shark_keyb.o \
mcurtxt.o \
mcurgrx.o \
shark_spk.o \
shark_joy.o
 
/shark/branches/xen/drivers/input/misc/Makefile
0,0 → 1,2
targets:= pcspkr.o
 
/shark/branches/xen/drivers/input/handler/Makefile
0,0 → 1,7
targets:= \
mouse.o \
keyboard.o \
speaker.o \
evbug.o \
joystick.o
 
/shark/branches/xen/drivers/input/Makefile
0,0 → 1,15
targets:= libinput.a
 
libinput.a-objs:= \
input.o \
serio/ \
mouse/ \
keyboard/ \
misc/ \
gameport/ \
joystick/ \
handler/ \
shark/
 
exported-cppflags:= -I$(srctree)/drivers/linuxc26/include -D__KERNEL__
 
/shark/branches/xen/drivers/input/gameport/Makefile
0,0 → 1,2
targets:= gameport.o ns558.o
 
/shark/branches/xen/drivers/grx/makefile
File deleted
/shark/branches/xen/drivers/grx/drawfun/Makefile
0,0 → 1,2
targets:= fun16.o fun8.o
 
/shark/branches/xen/drivers/grx/Makefile
0,0 → 1,10
targets:= libgrx.a
 
libgrx.a-objs:= \
gd.o glib.o \
palette.o \
drivers/ \
drawfun/
 
exported-cppflags:= -I$(curdir)/include/
 
/shark/branches/xen/drivers/grx/drivers/Makefile
0,0 → 1,2
targets:= gdvesa.o gds3.o gdtrid.o
 
/shark/branches/xen/drivers/cons/makefile
File deleted
/shark/branches/xen/drivers/cons/Makefile
0,0 → 1,11
targets:= libcons.a
 
libcons.a-objs:= \
cons1.o \
cons2.o \
message.o \
cprintf.o \
crtwin.o
 
cppflags+= -I$(srctree)/drivers/cons/include
 
/shark/branches/xen/drivers/pcl812/makefile
File deleted
/shark/branches/xen/drivers/pcl812/Makefile
0,0 → 1,4
targets:= libpclab.a
 
libpclab.a-objs:= pclab.o
 
/shark/branches/xen/drivers/linuxc26/makefile
File deleted
/shark/branches/xen/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__
 
/shark/branches/xen/drivers/pci/makefile
File deleted
/shark/branches/xen/drivers/pci/Makefile
0,0 → 1,29
targets:= libpci.a
 
libpci.a-objs:= \
access.o \
bus.o \
names.o \
pci.o \
pci-driver.o \
pool.o \
probe.o \
quirks.o \
remove.o \
search.o \
setup-res.o \
setup-irq.o \
setup-bus.o \
syscall.o \
i386.o \
common.o \
fixup.o \
irq.o \
legacy.o \
pcbios.o \
direct.o \
shark_pci26.o \
pci20to26.o
 
cppflags+= -I$(srctree)/drivers/linuxc26/include -D__KERNEL__
 
/shark/branches/xen/drivers/oldchar/makefile
File deleted
/shark/branches/xen/drivers/oldchar/Makefile
0,0 → 1,13
targets:= liboldch.a
 
liboldch.a-objs:= \
keyb.o \
mouse.o \
ps2mouse.o \
8042.o \
mcurtxt.o \
mcurgrx.o
 
cppflags+= -I$(srctree)/drivers/oldchar/include \
-I$(srctree)/drivers/grx/include
 
/shark/branches/xen/drivers/pcl833/makefile
File deleted
/shark/branches/xen/drivers/pcl833/Makefile
0,0 → 1,6
targets:= libpcl833.a
 
libpcl833.a-objs:= pcl833.o
 
cppflags+= -I$(curdir)/include
 
/shark/branches/xen/drivers/i2c/makefile
File deleted
/shark/branches/xen/drivers/i2c/algos/Makefile
0,0 → 1,2
targets:= i2c-algo-bit.o
 
/shark/branches/xen/drivers/i2c/Makefile
0,0 → 1,10
targets:= libi2c.a
 
libi2c.a-objs:= \
i2c-dev.o \
i2c-core.o \
shark_i2c26.o \
algos/
 
exported-cppflags:= -I$(srctree)/drivers/linuxc26/include -D__KERNEL__
 
/shark/branches/xen/drivers/Makefile
0,0 → 1,21
targets:= \
block/ \
bttv/ \
cons/ \
cpu/ \
fb/ \
grx/ \
i2c/ \
input/ \
linuxc26/ \
net/ \
oldchar/ \
oldsnd/ \
parport/ \
pci/ \
pci6025e/ \
pcl812/ \
pcl833/ \
serial/ \
usb/