]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/altera/nios2-generic/config.mk
vexpress: use correct timer address on extended memory map systems
[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 # we get text_base from board config header, so do not use this
9 #CONFIG_SYS_TEXT_BASE = do-not-use-me
10
11 PLATFORM_CPPFLAGS += -mno-hw-div -mno-hw-mul
12 PLATFORM_CPPFLAGS += -I$(TOPDIR)/board/$(VENDOR)/include
13
14 ifeq ($(debug),1)
15 PLATFORM_CPPFLAGS += -DDEBUG
16 endif