diff options
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 |