![]() |
|
|||
0001 # SPDX-License-Identifier: GPL-2.0 0002 # 0003 0004 dtb-y := system.dtb 0005 0006 ifneq ($(DTB),) 0007 obj-y += linked_dtb.o 0008 0009 # Ensure system.dtb exists 0010 $(obj)/linked_dtb.o: $(obj)/system.dtb 0011 0012 # Generate system.dtb from $(DTB).dtb 0013 ifneq ($(DTB),system) 0014 $(obj)/system.dtb: $(obj)/$(DTB).dtb 0015 $(call if_changed,copy) 0016 endif 0017 endif 0018 0019 # Rule to build device tree blobs 0020 DTC_FLAGS := -p 1024
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |