Commit ec788f7e authored by Shannon Nelson's avatar Shannon Nelson Committed by David S. Miller
Browse files

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: 55435ea7 ("pds_core: initial framework for pds_core PF driver")
Signed-off-by: default avatarShannon Nelson <shannon.nelson@amd.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4a54903f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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