mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-06-21 17:22:24 +02: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
|