summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-mcf5441x.inc
blob: 7eefce03cbe2e658dc3d74dce051fe64ad2aa3cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DEFAULTTUNE ?= "mcf5441x"

require conf/machine/include/m68k/arch-m68k.inc

TUNEVALID[mcf5441x] = "Enable coldfire specific processor optimizations"
TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'mcf5441x', ' -mcpu=54418', '', d)}"

AVAILTUNES += "mcf5441x"
TUNE_FEATURES:tune-mcf5441x = "mcf5441x"
TUNE_ARCH:tune-mcf5441x = "mcf5441x"
TUNE_PKGARCH:tune-mcf5441x = "mcf5441x"
PACKAGE_EXTRA_ARCHS:tune-mcf5441x = "m68k mcf5441x"