diff options
author | Dave Airlie <airlied@linux.ie> | 2005-09-11 07:08:46 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-09-11 07:08:46 +0000 |
commit | 29326c1a8990ffb512a891d8deecf4cd4046915c (patch) | |
tree | 5350cd7c0d5650a4bf827bd913bebb7c283ab766 /linux-core/Makefile | |
parent | 53c8037786a64eede00a8944ccaa42768609b66b (diff) |
fix makefile bug
Diffstat (limited to 'linux-core/Makefile')
-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))) |