From ed09a554be3ce7974cf61715a286a1b6b547fdbd Mon Sep 17 00:00:00 2001 From: "rev13@wp.pl" Date: Sun, 1 Mar 2015 12:44:42 +0100 Subject: stm32f4: Add support for stm32f429-discovery board Signed-off-by: Kamil Lulko Reviewed-by: Tom Rini --- board/st/stm32f429-discovery/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 board/st/stm32f429-discovery/Makefile (limited to 'board/st/stm32f429-discovery/Makefile') diff --git a/board/st/stm32f429-discovery/Makefile b/board/st/stm32f429-discovery/Makefile new file mode 100644 index 0000000..7e764e3 --- /dev/null +++ b/board/st/stm32f429-discovery/Makefile @@ -0,0 +1,12 @@ +# +# (C) Copyright 2000-2004 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# (C) Copyright 2015 +# Kamil Lulko, +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := stm32f429-discovery.o +obj-y += led.o -- cgit v1.1