Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: cfcfc9eca2bcbd26a8e206baeb005b055dbf8e37 authored by Linus Torvalds on 15 November 2011, 17:02:59 UTC
Linux 3.2-rc2
Tip revision: cfcfc9e
Makefile
#
# Makefile for the D-Link network device drivers.
#

obj-$(CONFIG_DE600) += de600.o
obj-$(CONFIG_DE620) += de620.o
obj-$(CONFIG_DL2K) += dl2k.o
obj-$(CONFIG_SUNDANCE) += sundance.o
back to top