mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-22 15:15:53 +00:00
11 lines
198 B
Makefile
11 lines
198 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for the linux alpha-specific parts of the memory manager.
|
|
#
|
|
|
|
ccflags-y := -Werror
|
|
|
|
obj-y := init.o fault.o
|
|
|
|
obj-$(CONFIG_DISCONTIGMEM) += numa.o
|