mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-07 14:54:17 +00:00
7 lines
221 B
Makefile
7 lines
221 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
ccflags-$(CONFIG_SGI_GRU_DEBUG) := -DDEBUG
|
|
|
|
obj-$(CONFIG_SGI_GRU) := gru.o
|
|
gru-y := grufile.o grumain.o grufault.o grutlbpurge.o gruprocfs.o grukservices.o gruhandles.o grukdump.o
|
|
|