xref: /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/m68k/tune-mcf5441x.inc (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1DEFAULTTUNE ?= "mcf5441x"
2
3require conf/machine/include/m68k/arch-m68k.inc
4
5TUNEVALID[mcf5441x] = "Enable coldfire specific processor optimizations"
6TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'mcf5441x', ' -mcpu=54418', '', d)}"
7
8AVAILTUNES += "mcf5441x"
9TUNE_FEATURES:tune-mcf5441x = "mcf5441x"
10TUNE_ARCH:tune-mcf5441x = "mcf5441x"
11TUNE_PKGARCH:tune-mcf5441x = "mcf5441x"
12PACKAGE_EXTRA_ARCHS:tune-mcf5441x = "m68k mcf5441x"
13
14