arch/xtensa/platforms/xtfpga/Makefile

Source file repositories/reference/linux-study-clean/arch/xtensa/platforms/xtfpga/Makefile

File Facts

System
Linux kernel
Corpus path
arch/xtensa/platforms/xtfpga/Makefile
Extension
[no extension]
Size
403 bytes
Lines
12
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

# SPDX-License-Identifier: GPL-2.0-only
# Makefile for the Tensilica xtavnet Emulation Board
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#
# Note 2! The CFLAGS definitions are in the main makefile...

obj-y			+= setup.o
obj-$(CONFIG_XTFPGA_LCD) += lcd.o

Annotation

Implementation Notes