pds_core: remove CONFIG_DEBUG_FS from makefile
authorShannon Nelson <shannon.nelson@amd.com>
Tue, 2 May 2023 20:27:52 +0000 (13:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 3 May 2023 08:15:50 +0000 (09:15 +0100)
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>
drivers/net/ethernet/amd/pds_core/Makefile

index 0abc33ce826c311ba9a99a784695067751c103af..8239742e681f682b58fb25b879b002d9d42c84da 100644 (file)
@@ -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