Makefile 177 B

123456
  1. # SPDX-License-Identifier: GPL-2.0
  2. subdir-y += fsl
  3. dtstree := $(srctree)/$(src)
  4. dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))