summaryrefslogtreecommitdiff
path: root/linux-core/Makefile
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2004-08-29 12:37:11 +0000
committerDave Airlie <airlied@linux.ie>2004-08-29 12:37:11 +0000
commitb9c82926bc5fe91cac9091a5af3f68b797bd95d1 (patch)
tree2cd043a18d0c8a8f69f4ecafa77bfb55048abaa6 /linux-core/Makefile
parent55c6e72306efd960eb28870c8f7520360275d444 (diff)
fix up some small things ffb (no idea if it works or not ..)
Diffstat (limited to 'linux-core/Makefile')
-rw-r--r--linux-core/Makefile2
1 files changed, 1 insertions, 1 deletions
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