On 03.11.14 14:51, Andreas Schwab wrote:
Alexander Graf <agraf@suse.de> writes:
+diff --git a/drivers/net/ethernet/amd/Makefile b/drivers/net/ethernet/amd/Makefile +index a38a2dc..2dd45df 100644 +--- a/drivers/net/ethernet/amd/Makefile ++++ b/drivers/net/ethernet/amd/Makefile +@@ -17,4 +17,4 @@ obj-$(CONFIG_NI65) += ni65.o + obj-$(CONFIG_PCNET32) += pcnet32.o + obj-$(CONFIG_SUN3LANCE) += sun3lance.o + obj-$(CONFIG_SUNLANCE) += sunlance.o +-obj-$(CONFIG_AMD_XGBE) += xgbe/ ++obj-$(CONFIG_AMD_XGBE) += xgbe/ xgbe-a0/
That should be selected by a separate config option.
I've constrained it as ifeq (CONFIG_ARM64, y) for now so that we don't break non-arm64 builds - and for arm64 we want it enabled anyway. I hope we won't need this out-of-tree driver for too long - it's really only necessary to enable early silicon. Once we're confident enough that nobody wants to use this early silicon any more, we can just remove it altogether again. Alex -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org