[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:
parent
0cde66af78
commit
66e77f8d1c
@ -1006,3 +1006,6 @@ EKCD opt_ekcd.h
|
||||
|
||||
# NVME options
|
||||
NVME_USE_NVD opt_nvme.h
|
||||
|
||||
# amdsbwd options
|
||||
AMDSBWD_DEBUG opt_amdsbwd.h
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user