diff options
Diffstat (limited to 'net/switchdev')
-rw-r--r-- | net/switchdev/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/switchdev/Makefile b/net/switchdev/Makefile index bd69a3136e76..c5561d7f3a7c 100644 --- a/net/switchdev/Makefile +++ b/net/switchdev/Makefile @@ -3,4 +3,4 @@ # Makefile for the Switch device API # -obj-$(CONFIG_NET_SWITCHDEV) += switchdev.o +obj-y += switchdev.o |