• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0+
2
3obj-y	:= board.o
4
5hw-platform-y :=$(shell echo $(CONFIG_DEFAULT_DEVICE_TREE))
6
7obj-$(CONFIG_SPL_BUILD) += $(hw-platform-y)/ps7_init_gpl.o
8