Makefile 267 B

12345678910111213
  1. #
  2. # (C) Copyright 2002-2006
  3. # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  4. #
  5. # (C) Copyright 2004-2006 Atmel Corporation
  6. #
  7. # SPDX-License-Identifier: GPL-2.0+
  8. #
  9. obj-y += memset.o
  10. obj-$(CONFIG_CMD_BOOTM) += bootm.o
  11. obj-y += interrupts.o
  12. obj-y += dram_init.o