[amdsbwd] teach amdsbwd that it has options

AMDSBWD_DEBUG was previously checked for as a #define but it was not
possible to define it

Reviewed by:	kevans
Discussed with:	kenm
This commit is contained in:
Eitan Adler 2018-04-24 13:07:17 +00:00
parent 0cde66af78
commit 66e77f8d1c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=332931
2 changed files with 5 additions and 0 deletions

View File

@ -1006,3 +1006,6 @@ EKCD opt_ekcd.h
# NVME options
NVME_USE_NVD opt_nvme.h
# amdsbwd options
AMDSBWD_DEBUG opt_amdsbwd.h

View File

@ -49,6 +49,8 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "opt_amdsbwd.h"
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/module.h>