Blame view

board/embedian/embedian/smarcimx8mq/Makefile 267 Bytes
f5822d322   Eric Lee   U-Boot imx-v2018....
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  #
  # Copyright 2016 Freescale Semiconductor
  #
  # SPDX-License-Identifier:      GPL-2.0+
  #
  
  obj-y += smarcimx8mq.o
  
  obj-$(CONFIG_POWER_PFUZE100) += ../../freescale/common/pfuze.o
  
  ifdef CONFIG_SPL_BUILD
  obj-y += spl.o
  obj-$(CONFIG_IMX8M_LPDDR4) += lpddr4_timing.o
  endif