Renames the ksdk ethernet shim driver to mcux. Change-Id: Ief03eabe4ce39be0d0896543c1cb660ff380b439 Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
6 lines
142 B
Makefile
6 lines
142 B
Makefile
ccflags-y += -I${srctree}
|
|
|
|
obj-$(CONFIG_ETH_DW) += eth_dw.o
|
|
obj-$(CONFIG_ETH_ENC28J60) += eth_enc28j60.o
|
|
obj-$(CONFIG_ETH_MCUX) += eth_mcux.o
|