From b9c82926bc5fe91cac9091a5af3f68b797bd95d1 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Sun, 29 Aug 2004 12:37:11 +0000 Subject: fix up some small things ffb (no idea if it works or not ..) --- linux-core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux-core/Makefile') diff --git a/linux-core/Makefile b/linux-core/Makefile index 7065f81c..9cfe7d5c 100644 --- a/linux-core/Makefile +++ b/linux-core/Makefile @@ -357,7 +357,7 @@ endif ifneq (,$(findstring mach64,$(DRM_MODULES))) CONFIG_DRM_MACH64 := m endif -ifneq (,$($findstring ffb,$(DRM_MODULES))) +ifneq (,$(findstring ffb,$(DRM_MODULES))) CONFIG_DRM_FFB := m endif -- cgit v1.2.3