]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/altera/nios2-generic/config.mk
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / 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