Makefile 267 B

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