6 lines
181 B
Makefile
6 lines
181 B
Makefile
|
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
|
||
|
|