blob: dd6595f757bfbdaa7a48aa4d96644fbfbdb7aad6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#
# (C) Copyright 2011, Julius Baxter <julius@opencores.org>
#
# SPDX-License-Identifier: GPL-2.0+
#
PLATFORM_CPPFLAGS += -mhard-mul -mhard-div
ifeq ($(debug),1)
PLATFORM_CPPFLAGS += -DDEBUG
endif
|