mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-10 04:08:52 +00:00
8 lines
214 B
Makefile
8 lines
214 B
Makefile
|
#
|
||
|
# Copyright (C) 2013 - 2015 Xilinx, Inc. All rights reserved.
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
#
|
||
|
# Allow NEON instructions (needed for lowlevel_init.S with GNU toolchain)
|
||
|
PLATFORM_RELFLAGS += -mfpu=neon
|