X-Git-Url: http://git.rot13.org/?p=bcm963xx.git;a=blobdiff_plain;f=bcmdrivers%2FMakefile;h=ca9a5a8f187b4d2c3ddebf69b1f348e3c822626f;hp=c54796e8ae110275ecc23da47e3967ac84ecc579;hb=dcecd92bd978b5c479a292a996b5f1a272621abc;hpb=172f01faf449acfc67d24d7f10b29f66f9760147 diff --git a/bcmdrivers/Makefile b/bcmdrivers/Makefile index c54796e8..ca9a5a8f 100755 --- a/bcmdrivers/Makefile +++ b/bcmdrivers/Makefile @@ -58,6 +58,10 @@ endif ifneq ($(CONFIG_BCM_ENET),) LN_DRIVER_DIRS +=ln -sn impl$(CONFIG_BCM_ENET_IMPL) broadcom/net/enet/$(LN_NAME); obj-$(CONFIG_BCM_ENET) += broadcom/net/enet/$(LN_NAME)/ + +ifneq ($(IAD_VDSL_6358),) + CFLAGS += -DIAD_VDSL_6358 +endif endif ifneq ($(CONFIG_BCM_USB),)