Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / u-boot / board / altera / nios2-generic / config.mk
1 #
2 # (C) Copyright 2005, Psyent Corporation <www.psyent.com>
3 # Scott McNutt <smcnutt@psyent.com>
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7
8 PLATFORM_CPPFLAGS += -mno-hw-div -mno-hw-mul
9
10 ifeq ($(debug),1)
11 PLATFORM_CPPFLAGS += -DDEBUG
12 endif