blob: 7eefce03cbe2e658dc3d74dce051fe64ad2aa3cf [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"
Patrick Williams213cb262021-08-07 19:21:33 -05009TUNE_FEATURES:tune-mcf5441x = "mcf5441x"
10TUNE_ARCH:tune-mcf5441x = "mcf5441x"
11TUNE_PKGARCH:tune-mcf5441x = "mcf5441x"
12PACKAGE_EXTRA_ARCHS:tune-mcf5441x = "m68k mcf5441x"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080013