PageRenderTime 26ms CodeModel.GetById 19ms app.highlight 4ms RepoModel.GetById 1ms app.codeStats 0ms

/drivers/net/fs_enet/Makefile

https://bitbucket.org/slukk/jb-tsm-kernel-4.2
Makefile | 14 lines | 7 code | 4 blank | 3 comment | 0 complexity | b2d8936d90d5704447ef469e05eb8dd2 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
 1#
 2# Makefile for the Freescale Ethernet controllers
 3#
 4
 5obj-$(CONFIG_FS_ENET) += fs_enet.o
 6
 7fs_enet-$(CONFIG_FS_ENET_HAS_SCC) += mac-scc.o
 8fs_enet-$(CONFIG_FS_ENET_HAS_FEC) += mac-fec.o
 9fs_enet-$(CONFIG_FS_ENET_HAS_FCC) += mac-fcc.o
10
11obj-$(CONFIG_FS_ENET_MDIO_FEC) += mii-fec.o
12obj-$(CONFIG_FS_ENET_MDIO_FCC) += mii-bitbang.o
13
14fs_enet-objs := fs_enet-main.o $(fs_enet-m)