Makefile 193 B

123456789
  1. #
  2. # Makefile for TCC8K boards and common files.
  3. #
  4. # Common support
  5. obj-y += clock.o irq.o time.o io.o devices.o
  6. # Board specific support
  7. obj-$(CONFIG_MACH_TCC8000_SDK) += board-tcc8000-sdk.o