diff options
-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) |