blob: 233eafdad3d53f39861b41eae4a1e162895251cf (
plain)
1
2
3
4
5
6
7
8
9
|
# SPDX-License-Identifier: GPL-2.0+
#
# (C) Copyright 2000-2004
# Wolfgang Denk, DENX Software Engineering, [email protected].
#
# (C) Copyright 2015
# Kamil Lulko, <[email protected]>
obj-y := stm32f429-discovery.o
|