summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorThomas Hellstrom <unichrome@shipmail.org>2004-03-24 23:22:22 +0000
committerThomas Hellstrom <unichrome@shipmail.org>2004-03-24 23:22:22 +0000
commit1da595d797f797ff071d98ebf6a4eaad38bb1347 (patch)
treea7fc0a0ab54a6a3eaa28086acfdc430a4f53f6ed /linux
parentb15deb239213d28f28a50abe44204836f64d7aed (diff)
Exported symbols cause compilation failure of via_mm.c on 2.4 kernels.
Added via_mm.o to export-objs: Reported by: HMX, Via Arena Forum
Diffstat (limited to 'linux')
-rw-r--r--linux/Makefile.kernel2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/Makefile.kernel b/linux/Makefile.kernel
index 93c0198e..a69de3dd 100644
--- a/linux/Makefile.kernel
+++ b/linux/Makefile.kernel
@@ -19,6 +19,8 @@ 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)