config: Don't look for .o drivers anymore
This hasn't worked since we switched to dlloader. Reviewed-by: Jesse Adkins <jesserayadkins@gmail.com> Reviewed-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
e2ada55de3
commit
8bb1983a5f
|
@ -549,7 +549,7 @@ GenerateDriverlist(char * dirname)
|
||||||
{
|
{
|
||||||
char **ret;
|
char **ret;
|
||||||
const char *subdirs[] = { dirname, NULL };
|
const char *subdirs[] = { dirname, NULL };
|
||||||
static const char *patlist[] = {"(.*)_drv\\.so", "(.*)_drv\\.o", NULL};
|
static const char *patlist[] = {"(.*)_drv\\.so", NULL};
|
||||||
ret = LoaderListDirs(subdirs, patlist);
|
ret = LoaderListDirs(subdirs, patlist);
|
||||||
|
|
||||||
/* fix up the probe order for video drivers */
|
/* fix up the probe order for video drivers */
|
||||||
|
|
Loading…
Reference in New Issue