Makefile 219 B

12345678910
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # Makefile for the linux kernel.
  4. #
  5. # Object file lists.
  6. obj-y := core.o
  7. obj-$(CONFIG_ARCH_INTEGRATOR_AP) += integrator_ap.o
  8. obj-$(CONFIG_ARCH_INTEGRATOR_CP) += integrator_cp.o