Skip to content

Commit

Permalink
viafb: Makefile, share.h
Browse files Browse the repository at this point in the history
Makefile for drivers/video/via/
share.h: shared macro for viafb

Signed-off-by: Joseph Chan <josephchan@via.com.tw>
Cc: Krzysztof Helt <krzysztof.h1@poczta.fm>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Joseph Chan authored and Linus Torvalds committed Oct 16, 2008
1 parent ac6c97e commit 37773cf
Show file tree
Hide file tree
Showing 2 changed files with 1,112 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/video/via/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#
# Makefile for the VIA framebuffer driver (for Linux Kernel 2.6)
#

obj-$(CONFIG_FB_VIA) += viafb.o

viafb-y :=viafbdev.o hw.o iface.o via_i2c.o dvi.o lcd.o ioctl.o accel.o via_utility.o vt1636.o global.o tblDPASetting.o viamode.o tbl1636.o
Loading

0 comments on commit 37773cf

Please sign in to comment.