Makefile 190 B

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