diff options
author | Tony Luck <tony.luck@intel.com> | 2006-01-05 17:52:11 +0100 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2006-01-05 17:52:11 +0100 |
commit | 5c3eee79128c372a81a83665be2332a000944280 (patch) | |
tree | e44331d36d63adc971003cc32540d0cb0c019525 /drivers/net/ixp2000/Makefile | |
parent | [IA64] incorrect return from ia64_pci_legacy_write() (diff) | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 (diff) | |
download | linux-5c3eee79128c372a81a83665be2332a000944280.tar.xz linux-5c3eee79128c372a81a83665be2332a000944280.zip |
Auto-update from upstream
Diffstat (limited to 'drivers/net/ixp2000/Makefile')
-rw-r--r-- | drivers/net/ixp2000/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/ixp2000/Makefile b/drivers/net/ixp2000/Makefile new file mode 100644 index 000000000000..fd38351ceaa7 --- /dev/null +++ b/drivers/net/ixp2000/Makefile @@ -0,0 +1,3 @@ +obj-$(CONFIG_ENP2611_MSF_NET) += enp2611_mod.o + +enp2611_mod-objs := caleb.o enp2611.o ixp2400-msf.o ixpdev.o pm3386.o |