Staging
v0.7.0
https://github.com/torvalds/linux
Raw File
Tip revision: d6e0a2dd12f4067a5bcefb8bbd8ddbeff800afbc authored by Linus Torvalds on 04 January 2014, 23:12:14 UTC
Linux 3.13-rc7
Tip revision: d6e0a2d
Makefile
#
# Makefile for the SLIP network device drivers.
#

obj-$(CONFIG_SLIP) += slip.o
obj-$(CONFIG_SLHC) += slhc.o
back to top