mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-04 21:18:05 +02:00
fix makefile bug
This commit is contained in:
parent
53c8037786
commit
29326c1a89
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue