![]() |
|
|||
0001 # SPDX-License-Identifier: GPL-2.0 0002 # Definitions for user-provided arguments 0003 0004 # Simulate CONFIG_NUMA=y 0005 ifeq ($(NUMA), 1) 0006 CFLAGS += -D CONFIG_NUMA 0007 endif 0008 0009 # Use 32 bit physical addresses. 0010 # Remember to install 32-bit version of dependencies. 0011 ifeq ($(32BIT_PHYS_ADDR_T), 1) 0012 CFLAGS += -m32 -U CONFIG_PHYS_ADDR_T_64BIT 0013 LDFLAGS += -m32 0014 endif 0015 0016 # Enable memblock_dbg() messages 0017 ifeq ($(MEMBLOCK_DEBUG), 1) 0018 CFLAGS += -D MEMBLOCK_DEBUG 0019 endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |