Stefan Roese | 16c0cc1 | 2007-03-21 13:39:57 +0100 | [diff] [blame] | 1 | # |
Wolfgang Denk | 2ae1824 | 2010-10-06 09:05:45 +0200 | [diff] [blame] | 2 | # (C) Copyright 2007-2010 |
Stefan Roese | 16c0cc1 | 2007-03-21 13:39:57 +0100 | [diff] [blame] | 3 | # Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
4 | # | ||||
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 5 | # SPDX-License-Identifier: GPL-2.0+ |
Stefan Roese | 16c0cc1 | 2007-03-21 13:39:57 +0100 | [diff] [blame] | 6 | # |
7 | |||||
Stefan Roese | c440bfe | 2007-06-06 11:42:13 +0200 | [diff] [blame] | 8 | # |
9 | # AMCC 405EZ Reference Platform (Acadia) board | ||||
10 | # | ||||
11 | |||||
Stefan Roese | 16c0cc1 | 2007-03-21 13:39:57 +0100 | [diff] [blame] | 12 | ifeq ($(debug),1) |
13 | PLATFORM_CPPFLAGS += -DDEBUG | ||||
14 | endif |