From a868e44333ebac080dd6ed81e5ae580691f7fd18 Mon Sep 17 00:00:00 2001 From: Peter Howard Date: Mon, 23 Mar 2015 09:19:56 +1100 Subject: davinci: add support for omapl138-lcdk board Signed-off-by: Peter Howard [trini: Add config file, update for ..._ether_addr() -> ..._ethaddr() rename] Signed-off-by: Tom Rini --- board/davinci/da8xxevm/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'board/davinci/da8xxevm/Makefile') diff --git a/board/davinci/da8xxevm/Makefile b/board/davinci/da8xxevm/Makefile index 4da509b5e1..93e1f1d070 100644 --- a/board/davinci/da8xxevm/Makefile +++ b/board/davinci/da8xxevm/Makefile @@ -9,3 +9,4 @@ obj-$(CONFIG_MACH_DAVINCI_DA830_EVM) += da830evm.o obj-$(CONFIG_MACH_DAVINCI_DA850_EVM) += da850evm.o +obj-$(CONFIG_MACH_OMAPL138_LCDK) += omapl138_lcdk.o -- cgit v1.2.1