diff options
Diffstat (limited to 'linux-core')
| -rw-r--r-- | linux-core/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/linux-core/Makefile b/linux-core/Makefile index 5b2b2315..c7511061 100644 --- a/linux-core/Makefile +++ b/linux-core/Makefile @@ -50,7 +50,7 @@ endif  MACHINE := $(shell uname -m)  # Modules for all architectures -MODULE_LIST := drm.0 tdfx.o r128.o radeon.o mga.o sis.o savage.o via.o mach64.o +MODULE_LIST := drm.o tdfx.o r128.o radeon.o mga.o sis.o savage.o via.o mach64.o  # Modules only for ix86 architectures  ifneq (,$(findstring 86,$(MACHINE))) | 
