Makefile 330 B

1234567891011121314151617181920
  1. #
  2. # Makefile for the Ingenic JZ4740.
  3. #
  4. # Object file lists.
  5. obj-y += prom.o time.o reset.o setup.o \
  6. platform.o timer.o
  7. obj-$(CONFIG_MACH_JZ4740) += gpio.o
  8. CFLAGS_setup.o = -I$(src)/../../../scripts/dtc/libfdt
  9. # board specific support
  10. obj-$(CONFIG_JZ4740_QI_LB60) += board-qi_lb60.o
  11. # PM support
  12. obj-$(CONFIG_PM) += pm.o