blob: acaa3b8ef31b4c8a7f174edca6c1db77a4989ca4 (
plain)
1
2
3
4
5
6
7
|
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (C) 2017 Marek Behún <[email protected]>
obj-y := turris_omnia.o ../turris_atsha_otp.o ../turris_common.o
obj-$(CONFIG_CMD_EEPROM_LAYOUT) += eeprom.o
obj-$(CONFIG_XPL_BUILD) += old_ddr3_training.o
|