]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/psyent/pk1c20/config.mk
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / board / psyent / pk1c20 / config.mk
1 #
2 # (C) Copyright 2004, Psyent Corporation <www.psyent.com>
3 # Scott McNutt <smcnutt@psyent.com>
4 #
5 # SPDX-License-Identifier: GPL-2.0+
6 #
7
8 CONFIG_SYS_TEXT_BASE = 0x01fc0000
9
10 PLATFORM_CPPFLAGS += -mno-hw-div -mno-hw-mul
11 PLATFORM_CPPFLAGS += -I$(TOPDIR)/board/$(VENDOR)/include
12
13 ifeq ($(debug),1)
14 PLATFORM_CPPFLAGS += -DDEBUG
15 endif