Aleksandar Gerasimovski | 032bdbc | 2021-02-22 18:18:11 +0000 | [diff] [blame] | 1 | # |
2 | # SPDX-License-Identifier: GPL-2.0+ | ||||
3 | # | ||||
4 | # Copyright 2021 Hitachi Power Grids. All rights reserved. | ||||
5 | # | ||||
6 | |||||
7 | obj-y += pg-wcom-ls102xa.o ddr.o | ||||
8 | obj-y += ../common/common.o ../common/ivm.o ../common/qrio.o | ||||
9 | obj-$(CONFIG_LAYERSCAPE_NS_ACCESS) += ../../freescale/common/ns_access.o | ||||
10 | obj-$(CONFIG_LS102XA_STREAM_ID) += ../../freescale/common/ls102xa_stream_id.o | ||||
11 | obj-$(CONFIG_ID_EEPROM) += ../../freescale/common/sys_eeprom.o |