summaryrefslogtreecommitdiffstats
path: root/board/psyent/pk1c20/config.mk
blob: 7b0810a30251e2af2ace37aa53f47bb230e61812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# (C) Copyright 2004, Psyent Corporation <www.psyent.com>
# Scott McNutt <smcnutt@psyent.com>
#
# SPDX-License-Identifier:	GPL-2.0+
#

CONFIG_SYS_TEXT_BASE = 0x01fc0000

PLATFORM_CPPFLAGS += -mno-hw-div -mno-hw-mul
PLATFORM_CPPFLAGS += -I$(TOPDIR)/board/$(VENDOR)/include

ifeq ($(debug),1)
PLATFORM_CPPFLAGS += -DDEBUG
endif
OpenPOWER on IntegriCloud