blob: 6838cf0451bf5da3a3a76005d9f77e95a82d1256 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#
# U-boot - Makefile
#
# Copyright (c) 2005-2007 Analog Device Inc.
#
# (C) Copyright 2000-2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-y := bf533-ezkit.o flash.o
|