diff options
author | Thomas Hellstrom <unichrome@shipmail.org> | 2004-03-24 23:22:22 +0000 |
---|---|---|
committer | Thomas Hellstrom <unichrome@shipmail.org> | 2004-03-24 23:22:22 +0000 |
commit | 1da595d797f797ff071d98ebf6a4eaad38bb1347 (patch) | |
tree | a7fc0a0ab54a6a3eaa28086acfdc430a4f53f6ed | |
parent | b15deb239213d28f28a50abe44204836f64d7aed (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
-rw-r--r-- | linux-core/Makefile.kernel | 2 | ||||
-rw-r--r-- | linux/Makefile.kernel | 2 |
2 files changed, 4 insertions, 0 deletions
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) 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) |