blob: 11a41a7c5dfb15d1d2b0826944ab1ba2d4c5b80f [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001DEFAULTTUNE ?= "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