diff options
author | Calvin Johnson <calvin.johnson@nxp.com> | 2018-03-08 15:30:29 +0530 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2018-03-22 15:05:29 -0500 |
commit | a141f33af5a1c798807439f333f78357e88bd1e6 (patch) | |
tree | da7bf44c76a70a9cddb47790c3176262dc6c6f2e /board/freescale/ls1012afrdm/Makefile | |
parent | 7a8df8ba33969438dd61ca41b5006f6e434e8061 (diff) |
board: freescale: ls1012afrdm: enable network support on ls1012afrdm
This patch enables ethernet support for ls1012afrdm.
Signed-off-by: Calvin Johnson <calvin.johnson@nxp.com>
Signed-off-by: Anjaneyulu Jagarlmudi <anji.jagarlmudi@nxp.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'board/freescale/ls1012afrdm/Makefile')
-rw-r--r-- | board/freescale/ls1012afrdm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/ls1012afrdm/Makefile b/board/freescale/ls1012afrdm/Makefile index dbfa2cea38..1e53c96730 100644 --- a/board/freescale/ls1012afrdm/Makefile +++ b/board/freescale/ls1012afrdm/Makefile @@ -5,3 +5,4 @@ # obj-y += ls1012afrdm.o +obj-$(CONFIG_FSL_PFE) += eth.o |