Skip to content

Commit ec788f7

Browse files
emuslndavem330
authored andcommitted
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: 55435ea ("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>
1 parent 4a54903 commit ec788f7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • drivers/net/ethernet/amd/pds_core

drivers/net/ethernet/amd/pds_core/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ pds_core-y := main.o \
99
dev.o \
1010
adminq.o \
1111
core.o \
12+
debugfs.o \
1213
fw.o
13-
14-
pds_core-$(CONFIG_DEBUG_FS) += debugfs.o

0 commit comments

Comments
 (0)