HOME


Mini Shell 1.0
DIR:/lib/modules/5.14.0-503.15.1.el9_5.x86_64/build/tools/testing/memblock/scripts/
Upload File :
Current File : //lib/modules/5.14.0-503.15.1.el9_5.x86_64/build/tools/testing/memblock/scripts/Makefile.include
# SPDX-License-Identifier: GPL-2.0
# Definitions for user-provided arguments

# Simulate CONFIG_NUMA=y
ifeq ($(NUMA), 1)
	CFLAGS += -D CONFIG_NUMA
endif

# Simulate movable NUMA memory regions
ifeq ($(MOVABLE_NODE), 1)
	CFLAGS += -D MOVABLE_NODE
endif

# Use 32 bit physical addresses
ifeq ($(32BIT_PHYS_ADDR_T), 1)
	CFLAGS += -U CONFIG_PHYS_ADDR_T_64BIT
endif