Home | History | Annotate | Download | only in integrator
      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 # (C) Copyright 2004
      7 # ARM Ltd.
      8 # Philippe Robin, <philippe.robin (at] arm.com>
      9 
     10 obj-y	:= lowlevel_init.o
     11 
     12 obj-y	+= integrator.o
     13 obj-$(CONFIG_PCI) += pci.o
     14 obj-y += timer.o
     15