From 2eb3922aa6adfeee35d2c4129912bef4aa6972c4 Mon Sep 17 00:00:00 2001 From: Thomas Hellstrom Date: Sat, 17 Jan 2009 13:02:46 +0100 Subject: [PATCH] Build and install openchrome. --- linux-core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-core/Makefile b/linux-core/Makefile index 31260be2..8164726f 100644 --- a/linux-core/Makefile +++ b/linux-core/Makefile @@ -58,7 +58,7 @@ endif # Modules for all architectures MODULE_LIST := drm.o tdfx.o r128.o radeon.o mga.o sis.o savage.o via.o \ - mach64.o nv.o nouveau.o xgi.o radeon_ms.o + mach64.o nv.o nouveau.o xgi.o radeon_ms.o openchrome/ # Modules only for ix86 architectures ifneq (,$(findstring 86,$(MACHINE)))