]> Git Repo - J-u-boot.git/blob - arch/microblaze/config.mk
SPDX: Convert all of our single license tags to Linux Kernel style
[J-u-boot.git] / arch / microblaze / config.mk
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # (C) Copyright 2007-2008 Michal Simek
4 # Michal SIMEK <[email protected]>
5 #
6 # (C) Copyright 2004 Atmark Techno, Inc.
7 # Yasushi SHOJI <[email protected]>
8
9 ifeq ($(CROSS_COMPILE),)
10 CROSS_COMPILE := mb-
11 endif
12
13 CONFIG_STANDALONE_LOAD_ADDR ?= 0x80F00000
14
15 PLATFORM_CPPFLAGS += -ffixed-r31 -D__microblaze__
16
17 ifeq ($(CONFIG_SPL_BUILD),)
18 PLATFORM_CPPFLAGS += -fPIC
19 endif
This page took 0.026341 seconds and 4 git commands to generate.