mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
pds_core: remove CONFIG_DEBUG_FS from makefile
This cruft from previous drafts should have been removed when
the code was updated to not use the old style dummy helpers.
Fixes: 55435ea772
("pds_core: initial framework for pds_core PF driver")
Signed-off-by: Shannon Nelson <shannon.nelson@amd.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
4a54903ff6
commit
ec788f7e96
@ -9,6 +9,5 @@ pds_core-y := main.o \
|
||||
dev.o \
|
||||
adminq.o \
|
||||
core.o \
|
||||
debugfs.o \
|
||||
fw.o
|
||||
|
||||
pds_core-$(CONFIG_DEBUG_FS) += debugfs.o
|
||||
|
Loading…
Reference in New Issue
Block a user