diff options
author | Dave Airlie <airlied@linux.ie> | 2004-08-29 12:37:11 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2004-08-29 12:37:11 +0000 |
commit | b9c82926bc5fe91cac9091a5af3f68b797bd95d1 (patch) | |
tree | 2cd043a18d0c8a8f69f4ecafa77bfb55048abaa6 /linux/Makefile | |
parent | 55c6e72306efd960eb28870c8f7520360275d444 (diff) |
fix up some small things ffb (no idea if it works or not ..)
Diffstat (limited to 'linux/Makefile')
-rw-r--r-- | linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Makefile b/linux/Makefile index 7065f81c..9cfe7d5c 100644 --- a/linux/Makefile +++ b/linux/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 |