arch/xtensa/boot/dts/Makefile

Source file repositories/reference/linux-study-clean/arch/xtensa/boot/dts/Makefile

File Facts

System
Linux kernel
Corpus path
arch/xtensa/boot/dts/Makefile
Extension
[no extension]
Size
373 bytes
Lines
14
Domain
Architecture Layer
Bucket
arch/xtensa
Inferred role
Architecture Layer: build/configuration rule
Status
atlas-only

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

#
# arch/xtensa/boot/dts/Makefile
#
# This file is subject to the terms and conditions of the GNU General Public
# License.  See the file "COPYING" in the main directory of this archive
# for more details.
#
#

dtb-$(CONFIG_OF) += $(addsuffix .dtb, $(CONFIG_BUILTIN_DTB_NAME))

# for CONFIG_OF_ALL_DTBS test
dtb-	:= $(patsubst $(src)/%.dts,%.dtb, $(wildcard $(src)/*.dts))

Annotation

Implementation Notes