diff options
author | Thomas Hellstrom <unichrome@shipmail.org> | 2004-03-31 22:05:57 +0000 |
---|---|---|
committer | Thomas Hellstrom <unichrome@shipmail.org> | 2004-03-31 22:05:57 +0000 |
commit | 994fa063cd3ad2f55ea26beef7e31403c68ae78a (patch) | |
tree | fee9c0fb8e6ee24e21d9c50ab0817c33b52c2317 /linux | |
parent | 20163c2b10f5a1d9c8647f5592ac11e4e9867dfc (diff) |
VIA module fixes:
1. Fixed up PCI-id's.
2. Fixed 2.6 warning in kernel Makefile.
Diffstat (limited to 'linux')
-rw-r--r-- | linux/Makefile.kernel | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linux/Makefile.kernel b/linux/Makefile.kernel index a69de3dd..bcb0f92c 100644 --- a/linux/Makefile.kernel +++ b/linux/Makefile.kernel @@ -19,8 +19,6 @@ ffb-objs := ffb_drv.o ffb_context.o savage-objs := savage_drv.o savage_dma.o via-objs := via_irq.o via_drv.o via_ds.o via_map.o via_mm.o -export-objs := via_mm.o - # Kernel version checks BELOW25 := $(shell if [ $(PATCHLEVEL) -lt 5 ]; then echo y; fi) @@ -39,6 +37,7 @@ list-multi := gamma.o tdfx.o r128.o mga.o i810.o i830.o ffb.o radeon.o \ obj-m := obj-n := obj- := +export-objs := via_mm.o endif obj-$(CONFIG_DRM_GAMMA) += gamma.o |