Makefile 175 B

1234567
  1. # SPDX-License-Identifier: GPL-2.0+
  2. obj-y := board.o
  3. hw-platform-y :=$(shell echo $(CONFIG_DEFAULT_DEVICE_TREE))
  4. obj-$(CONFIG_SPL_BUILD) += $(hw-platform-y)/ps7_init_gpl.o