Home | History | Annotate | Download | only in lib
      1 # SPDX-License-Identifier: GPL-2.0+
      2 #
      3 # (C) Copyright 2000-2006
      4 # Wolfgang Denk, DENX Software Engineering, wd (at] denx.de.
      5 #
      6 # Copyright (C) 2011 Andes Technology Corporation
      7 # Shawn Lin, Andes Technology Corporation <nobuhiro (at] andestech.com>
      8 # Macpaul Lin, Andes Technology Corporation <macpaul (at] andestech.com>
      9 
     10 obj-y += cache.o
     11 obj-$(CONFIG_CMD_BOOTM) += bootm.o
     12 obj-$(CONFIG_CMD_GO) += boot.o
     13 obj-y += interrupts.o
     14