From: Dave Airlie Date: Sun, 11 Sep 2005 07:08:46 +0000 (+0000) Subject: fix makefile bug X-Git-Tag: submit/1.0/20121108.012404~1625 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29326c1a8990ffb512a891d8deecf4cd4046915c;p=profile%2Fivi%2Flibdrm.git fix makefile bug --- diff --git a/linux-core/Makefile b/linux-core/Makefile index 5b2b231..c751106 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)))