Makefile 228 B

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