blob: f9f317c4401bcad3986421051233c7355f016be4 [file] [log] [blame]
Thomas Chou7ffbbf52010-04-21 08:40:59 +08001#
2# (C) Copyright 2005, Psyent Corporation <www.psyent.com>
3# Scott McNutt <smcnutt@psyent.com>
4#
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02005# SPDX-License-Identifier: GPL-2.0+
Thomas Chou7ffbbf52010-04-21 08:40:59 +08006#
7
8# we get text_base from board config header, so do not use this
Wolfgang Denk0708bc62010-10-07 21:51:12 +02009#CONFIG_SYS_TEXT_BASE = do-not-use-me
Thomas Chou7ffbbf52010-04-21 08:40:59 +080010
11PLATFORM_CPPFLAGS += -mno-hw-div -mno-hw-mul
12PLATFORM_CPPFLAGS += -I$(TOPDIR)/board/$(VENDOR)/include
13
14ifeq ($(debug),1)
15PLATFORM_CPPFLAGS += -DDEBUG
16endif