From 763bbd2abc251d351746bfddfbac9d39a74e4492 Mon Sep 17 00:00:00 2001 From: Mark Farrugia Date: Fri, 1 Mar 2019 17:20:29 +1100 Subject: Move sysfs functionality to sysfs.c Signed-off-by: Mark Farrugia --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c654996..377e8ec 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ obj-$(CONFIG_AVIRT) += snd-avirt-core.o snd-avirt-core-y := core.o snd-avirt-core-y += pcm.o snd-avirt-core-y += configfs.o +snd-avirt-core-y += sysfs.o ifeq ($(CONFIG_AVIRT_BUILDLOCAL),) CCFLAGS_AVIRT := "drivers/staging/" -- cgit 1.2.3-korg