HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: //usr/lib/modules/6.8.0-84-generic/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 -D CONFIG_NODES_SHIFT=4
endif

# Use 32 bit physical addresses.
# Remember to install 32-bit version of dependencies.
ifeq ($(32BIT_PHYS_ADDR_T), 1)
	CFLAGS += -m32 -U CONFIG_PHYS_ADDR_T_64BIT
	LDFLAGS += -m32
endif

# Enable memblock_dbg() messages
ifeq ($(MEMBLOCK_DEBUG), 1)
	CFLAGS += -D MEMBLOCK_DEBUG
endif