Stefan Kristiansson | f179cc6 | 2011-11-26 19:04:55 +0000 | [diff] [blame] | 1 | # |
2 | # (C) Copyright 2011, Julius Baxter <julius@opencores.org> | ||||
3 | # | ||||
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 4 | # SPDX-License-Identifier: GPL-2.0+ |
Stefan Kristiansson | f179cc6 | 2011-11-26 19:04:55 +0000 | [diff] [blame] | 5 | # |
6 | |||||
7 | PLATFORM_CPPFLAGS += -mhard-mul -mhard-div | ||||
8 | |||||
9 | ifeq ($(debug),1) | ||||
10 | PLATFORM_CPPFLAGS += -DDEBUG | ||||
11 | endif |