Makefile 311 B

12345678910111213
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # Build the appropriate CPU version support
  4. #
  5. ifdef CONFIG_FUNCTION_TRACER
  6. CFLAGS_REMOVE_cache.o = -pg
  7. endif
  8. ccflags-y := -DCPU_MAJOR=$(CPU_MAJOR) -DCPU_MINOR=$(CPU_MINOR) \
  9. -DCPU_REV=$(CPU_REV)
  10. obj-y += cache.o cpuinfo.o cpuinfo-pvr-full.o cpuinfo-static.o mb.o pvr.o