Makefile 232 B

123456789101112
  1. #
  2. # Makefile for SPEAr6XX machine series
  3. #
  4. # common files
  5. obj-y += clock.o spear6xx.o
  6. # spear600 specific files
  7. obj-$(CONFIG_MACH_SPEAR600) += spear600.o
  8. # spear600 boards files
  9. obj-$(CONFIG_BOARD_SPEAR600_EVB) += spear600_evb.o