]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - board/openrisc/openrisc-generic/config.mk
Add GPL-2.0+ SPDX-License-Identifier to source files
[karo-tx-uboot.git] / board / openrisc / openrisc-generic / config.mk
1 #
2 # (C) Copyright 2011, Julius Baxter <julius@opencores.org>
3 #
4 # SPDX-License-Identifier:      GPL-2.0+
5 #
6
7 PLATFORM_CPPFLAGS += -mhard-mul -mhard-div
8
9 ifeq ($(debug),1)
10 PLATFORM_CPPFLAGS += -DDEBUG
11 endif