blob: d0348e8024dbee43a85241d85ed4e749c978f92f [file] [log] [blame]
Stefan Roese04386f62015-10-02 08:20:35 +02001#
2# (C) Copyright 2002
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
5# SPDX-License-Identifier: GPL-2.0+
6#
7# lwmon5 (440EPx)
8#
9
10PLATFORM_CPPFLAGS += -DCONFIG_440=1
11
12ifeq ($(debug),1)
13PLATFORM_CPPFLAGS += -DDEBUG
14endif
15
16ifeq ($(dbcr),1)
17PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000
18endif