diff options
Diffstat (limited to 'drivers/net/slip/Makefile')
-rw-r--r-- | drivers/net/slip/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/slip/Makefile b/drivers/net/slip/Makefile new file mode 100644 index 000000000..668c1afb3 --- /dev/null +++ b/drivers/net/slip/Makefile @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0-only +# +# Makefile for the SLIP network device drivers. +# + +obj-$(CONFIG_SLIP) += slip.o +obj-$(CONFIG_SLHC) += slhc.o |