fix makefile bug

main
Dave Airlie 2005-09-11 07:08:46 +00:00
parent 53c8037786
commit 29326c1a89
1 changed files with 1 additions and 1 deletions

View File

@ -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)))