Makefile 467 B

1234567891011121314151617
  1. #
  2. # Copyright 2000, 2008 MontaVista Software Inc.
  3. # Author: MontaVista Software, Inc. <source@mvista.com>
  4. #
  5. # Makefile for the Alchemy Au1xx0 CPUs, generic files.
  6. #
  7. obj-y += prom.o time.o clocks.o platform.o power.o setup.o \
  8. sleeper.o dma.o dbdma.o vss.o
  9. obj-$(CONFIG_ALCHEMY_GPIOINT_AU1000) += irq.o
  10. obj-$(CONFIG_ALCHEMY_GPIOINT_AU1300) += gpioint.o
  11. # optional gpiolib support
  12. ifeq ($(CONFIG_ALCHEMY_GPIO_INDIRECT),)
  13. obj-$(CONFIG_GPIOLIB) += gpiolib.o
  14. endif