1 # SPDX-License-Identifier: GPL-2.0 2 # 3 # Build the appropriate CPU version support 4 # 5 6 ifdef CONFIG_FUNCTION_TRACER 7 CFLAGS_REMOVE_cache.o = -pg 8 endif 9 10 ccflags-y := -DCPU_MAJOR=$(CPU_MAJOR) -DCPU_MI 11 -DCPU_REV=$(CPU_REV) 12 13 obj-y += cache.o cpuinfo.o cpuinfo-pvr-full.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.