2c536f84c1
This patch is a huge move operation with some rename and introduces an interface to still use the functions. This should be a step in the right direction to reuse the code whenever possible but cleanly separate code that differs on different platform and keeping the complexity as low as possible. pll_config was renamed to via_pll_config to keep the naming scheme. Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
10 lines
283 B
Makefile
10 lines
283 B
Makefile
#
|
|
# Makefile for the VIA framebuffer driver (for Linux Kernel 2.6)
|
|
#
|
|
|
|
obj-$(CONFIG_FB_VIA) += viafb.o
|
|
|
|
viafb-y :=viafbdev.o hw.o via_i2c.o dvi.o lcd.o ioctl.o accel.o \
|
|
via_utility.o vt1636.o global.o tblDPASetting.o viamode.o \
|
|
via-core.o via-gpio.o via_modesetting.o via_clock.o
|