mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 12:33:18 -04: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:
committed by
David S. Miller
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
|
||||
|
||||
Reference in New Issue
Block a user