]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/lwmon5/config.mk
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / board / lwmon5 / config.mk
CommitLineData
b765ffb7
SR
1#
2# (C) Copyright 2002
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
1a459660 5# SPDX-License-Identifier: GPL-2.0+
b765ffb7
SR
6#
7# lwmon5 (440EPx)
8#
9
b765ffb7
SR
10PLATFORM_CPPFLAGS += -DCONFIG_440=1
11
12ifeq ($(debug),1)
13PLATFORM_CPPFLAGS += -DDEBUG
14endif
15
16ifeq ($(dbcr),1)
6d0f6bcf 17PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000
b765ffb7 18endif