blob: 1ff08998122a3f37c0fa435a3642636d61accc10 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001# Add SOC_FAMILY to machine overrides so we get access to e.g. 'omap3' and 'ti335x'
2SOC_FAMILY ??= ""
3MACHINEOVERRIDES =. "${@['', '${SOC_FAMILY}:']['${SOC_FAMILY}' != '']}"