Makefile 376 B

123456789101112131415
  1. #
  2. # Copyright 2000 MontaVista Software Inc.
  3. # Author: MontaVista Software, Inc.
  4. # ppopov@mvista.com or source@mvista.com
  5. #
  6. # Makefile for the ITE 8172 (qed-4n-s01b) board, generic files.
  7. #
  8. obj-y += it8172_setup.o irq.o pmon_prom.o \
  9. time.o lpc.o puts.o reset.o
  10. obj-$(CONFIG_IT8172_CIR)+= it8172_cir.o
  11. obj-$(CONFIG_KGDB) += dbg_io.o
  12. EXTRA_AFLAGS := $(CFLAGS)