Makefile 328 B

1234567891011121314151617181920
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # Makefile for the Ingenic JZ4740.
  4. #
  5. # Object file lists.
  6. obj-y += prom.o time.o reset.o setup.o \
  7. platform.o timer.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