blob: a67352519579e9203cdf5c6ea3cd3faa5435741c [file] [log] [blame]
Thomas Chou8cbb0dd2010-04-21 08:40:59 +08001#
2# (C) Copyright 2005, Psyent Corporation <www.psyent.com>
3# Scott McNutt <smcnutt@psyent.com>
4#
Wolfgang Denk1a459662013-07-08 09:37:19 +02005# SPDX-License-Identifier: GPL-2.0+
Thomas Chou8cbb0dd2010-04-21 08:40:59 +08006#
7
Thomas Chou8cbb0dd2010-04-21 08:40:59 +08008PLATFORM_CPPFLAGS += -mno-hw-div -mno-hw-mul
Thomas Chou8cbb0dd2010-04-21 08:40:59 +08009
10ifeq ($(debug),1)
11PLATFORM_CPPFLAGS += -DDEBUG
12endif