aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShannon Nelson <shannon.nelson@amd.com>2023-05-02 13:27:52 -0700
committerDavid S. Miller <davem@davemloft.net>2023-05-03 09:15:50 +0100
commitec788f7e96ad4cd30338a09d466d9368acd73c26 (patch)
treef3345511de726835214a814b63faf764e77fec7c
parent4a54903ff68ddb33b6463c94b4eb37fc584ef760 (diff)
downloadnext-fixes-ec788f7e96ad4cd30338a09d466d9368acd73c26.tar.gz
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: 55435ea7729a ("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>
-rw-r--r--drivers/net/ethernet/amd/pds_core/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/ethernet/amd/pds_core/Makefile b/drivers/net/ethernet/amd/pds_core/Makefile
index 0abc33ce826c31..8239742e681f68 100644
--- a/drivers/net/ethernet/amd/pds_core/Makefile
+++ b/drivers/net/ethernet/amd/pds_core/Makefile
@@ -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