diff options
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 @@ | |||
1 | obj-$(CONFIG_ENP2611_MSF_NET) += enp2611_mod.o | ||
2 | |||
3 | enp2611_mod-objs := caleb.o enp2611.o ixp2400-msf.o ixpdev.o pm3386.o | ||