Makefile (e700ac213a0f793fb4f83098413303e3dd080892) | Makefile (8212f8986d311ccf6a72305e6bdbd814691701d6) |
---|---|
1# 2# This file is subject to the terms and conditions of the GNU General Public 3# License. See the file "COPYING" in the main directory of this archive 4# for more details. 5# 6# Copyright (C) 2001 - 2005 Tensilica Inc. 7# Copyright (C) 2014 Cadence Design Systems Inc. 8# 9# This file is included by the global makefile so that you can add your own | 1# 2# This file is subject to the terms and conditions of the GNU General Public 3# License. See the file "COPYING" in the main directory of this archive 4# for more details. 5# 6# Copyright (C) 2001 - 2005 Tensilica Inc. 7# Copyright (C) 2014 Cadence Design Systems Inc. 8# 9# This file is included by the global makefile so that you can add your own |
10# architecture-specific flags and dependencies. Remember to do have actions 11# for "archclean" and "archdep" for cleaning up and making dependencies for 12# this architecture | 10# architecture-specific flags and dependencies. |
13 14# Core configuration. 15# (Use VAR=<xtensa_config> to use another default compiler.) 16 17variant-y := $(patsubst "%",%,$(CONFIG_XTENSA_VARIANT_NAME)) 18 19VARIANT = $(variant-y) 20 --- 57 unchanged lines hidden --- | 11 12# Core configuration. 13# (Use VAR=<xtensa_config> to use another default compiler.) 14 15variant-y := $(patsubst "%",%,$(CONFIG_XTENSA_VARIANT_NAME)) 16 17VARIANT = $(variant-y) 18 --- 57 unchanged lines hidden --- |