mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 17:58:23 +00:00
b766476df0
This is how CONFIG options are defined by Kconfig. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Michal Simek <michal.simek@xilinx.com>
16 lines
464 B
Makefile
16 lines
464 B
Makefile
#
|
|
# (C) Copyright 2007 Michal Simek
|
|
#
|
|
# Michal SIMEK <monstr@monstr.eu>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# CAUTION: This file is a faked configuration !!!
|
|
# There is no real target for the microblaze-generic
|
|
# configuration. You have to replace this file with
|
|
# the generated file from your Xilinx design flow.
|
|
#
|
|
|
|
PLATFORM_CPPFLAGS += -mno-xl-soft-mul
|
|
PLATFORM_CPPFLAGS += -mno-xl-soft-div
|
|
PLATFORM_CPPFLAGS += -mxl-barrel-shift
|