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 ## Build a couple of necessary functions into a private libgcc
      7 ## if the user asked for it
      8 lib-$(CONFIG_USE_PRIVATE_LIBGCC) += lshrdi3.o muldi3.o ashldi3.o
      9 
     10 obj-$(CONFIG_CMD_BOOTM) += bootm.o
     11 obj-y	+= cache.o
     12 obj-y	+= interrupts.o
     13 obj-y	+= time.o
     14 obj-y	+= traps.o
     15