Wolfgang Denk | 6cb142f | 2006-03-12 02:12:27 +0100 | [diff] [blame] | 1 | # |
| 2 | # U-boot - Makefile |
| 3 | # |
Mike Frysinger | fee531e | 2008-04-18 20:44:11 -0400 | [diff] [blame] | 4 | # Copyright (c) 2005-2008 Analog Device Inc. |
Wolfgang Denk | 6cb142f | 2006-03-12 02:12:27 +0100 | [diff] [blame] | 5 | # |
Aubrey Li | 8db13d6 | 2007-03-10 23:49:29 +0800 | [diff] [blame] | 6 | # (C) Copyright 2000-2006 |
Wolfgang Denk | 6cb142f | 2006-03-12 02:12:27 +0100 | [diff] [blame] | 7 | # Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
| 8 | # |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 9 | # SPDX-License-Identifier: GPL-2.0+ |
Wolfgang Denk | 6cb142f | 2006-03-12 02:12:27 +0100 | [diff] [blame] | 10 | # |
| 11 | |
Masahiro Yamada | 36fde45 | 2013-10-21 11:53:36 +0900 | [diff] [blame] | 12 | obj-y := bf533-stamp.o |
| 13 | obj-$(CONFIG_STAMP_CF) += ide-cf.o |
| 14 | obj-$(CONFIG_VIDEO) += video.o |