diff options
Diffstat (limited to 'arch/xtensa/config.mk')
-rw-r--r-- | arch/xtensa/config.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/xtensa/config.mk b/arch/xtensa/config.mk index 7dd8d8a741f..ec371078629 100644 --- a/arch/xtensa/config.mk +++ b/arch/xtensa/config.mk @@ -1,9 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0+ # # (C) Copyright 2007 - 2013 Tensilica, Inc. # (C) Copyright 2014 - 2016 Cadence Design Systems Inc. -# -# SPDX-License-Identifier: GPL-2.0+ -# CROSS_COMPILE ?= xtensa-linux- PLATFORM_CPPFLAGS += -D__XTENSA__ -mlongcalls -mforce-no-pic \ |