Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1063 → Rev 1689

/shark/trunk/drivers/fb/makefile
File deleted
/shark/trunk/drivers/fb/vesa.h
1,4 → 1,4
#include "ll/sys/cdefs.h"
#include <arch/sys/cdefs.h>
 
typedef struct { /* Questa struttura ci serve per definire */
BYTE red, green, blue; /* la nostra palette. */
/shark/trunk/drivers/fb/gdvesa.c
1,6 → 1,6
#include <ll/i386/hw-data.h>
#include <ll/i386/mem.h>
#include <ll/i386/string.h>
#include <arch/i386/string.h>
#include <ll/i386/x-dos.h>
#include <ll/i386/x-dosmem.h>
#include <ll/i386/cons.h>
/shark/trunk/drivers/fb/riva/Makefile
0,0 → 1,5
targets:= \
fbdev.o \
nv_driver.o \
riva_hw.o
 
/shark/trunk/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/trunk/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)