xref: /linux/drivers/net/slip/Makefile (revision 300e812db26f4aa022e346f5fb9af1af134d98d8)
1#
2# Makefile for the SLIP network device drivers.
3#
4
5obj-$(CONFIG_SLIP) += slip.o
6obj-$(CONFIG_SLHC) += slhc.o
7