Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « xgbe « amd « ethernet « net « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 26cf9af1642f740b90ed4050897222ee37dc8cb2 (plain)
1
2
3
4
5
6
obj-$(CONFIG_AMD_XGBE) += amd-xgbe.o

amd-xgbe-objs := xgbe-main.o xgbe-drv.o xgbe-dev.o \
		 xgbe-desc.o xgbe-ethtool.o xgbe-mdio.o

amd-xgbe-$(CONFIG_DEBUG_FS) += xgbe-debugfs.o