From 1da595d797f797ff071d98ebf6a4eaad38bb1347 Mon Sep 17 00:00:00 2001 From: Thomas Hellstrom Date: Wed, 24 Mar 2004 23:22:22 +0000 Subject: 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 --- linux-core/Makefile.kernel | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linux-core/Makefile.kernel') diff --git a/linux-core/Makefile.kernel b/linux-core/Makefile.kernel index 93c0198e..a69de3dd 100644 --- a/linux-core/Makefile.kernel +++ b/linux-core/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) -- cgit v1.2.3