Home | History | Annotate | Download | only in pxa
      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 extra-y	= start.o
      7 
      8 obj-$(CONFIG_CPU_PXA25X)	+= pxa2xx.o
      9 obj-$(CONFIG_CPU_PXA27X)	+= pxa2xx.o
     10 
     11 obj-y	+= cpuinfo.o
     12 obj-y	+= timer.o
     13 obj-y	+= usb.o
     14 obj-y	+= relocate.o
     15 obj-y	+= cache.o
     16