Kyle Swenson | 8d8f654 | 2021-03-15 11:02:55 -0600 | [diff] [blame^] | 1 | # |
2 | # Build the appropriate CPU version support | ||||
3 | # | ||||
4 | |||||
5 | ifdef CONFIG_FUNCTION_TRACER | ||||
6 | CFLAGS_REMOVE_cache.o = -pg | ||||
7 | endif | ||||
8 | |||||
9 | ccflags-y := -DCPU_MAJOR=$(CPU_MAJOR) -DCPU_MINOR=$(CPU_MINOR) \ | ||||
10 | -DCPU_REV=$(CPU_REV) | ||||
11 | |||||
12 | obj-y += cache.o cpuinfo.o cpuinfo-pvr-full.o cpuinfo-static.o mb.o pvr.o |