Lines Matching refs:tune
35 tune-$(CONFIG_CPU_ARM720T) =-mtune=arm7tdmi
36 tune-$(CONFIG_CPU_ARM920T) =
37 tune-$(CONFIG_CPU_ARM926EJS) =
38 tune-$(CONFIG_CPU_ARM946ES) =
39 tune-$(CONFIG_CPU_SA1100) =-mtune=strongarm1100
40 tune-$(CONFIG_CPU_PXA) =-mcpu=xscale
41 tune-$(CONFIG_CPU_ARM1136) =
42 tune-$(CONFIG_CPU_ARM1176) =
43 tune-$(CONFIG_CPU_V7A) =
44 tune-$(CONFIG_CPU_V7R) =
45 tune-$(CONFIG_ARM64) =
48 tune-y := $(tune-y)
50 PLATFORM_CPPFLAGS += $(arch-y) $(tune-y)