Revision 0e041fb5369975c183d22ffeb156ea0dae760088 authored by Allen Hubbe on 19 May 2015, 16:04:52 UTC, committed by Jon Mason on 04 July 2015, 18:09:19 UTC
Allocate memory for the NUMA node of the NTB device.

Signed-off-by: Allen Hubbe <Allen.Hubbe@emc.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
1 parent 1199aa6
Raw File
Makefile
# Makefile for Linux samples code

obj-$(CONFIG_SAMPLES)	+= kobject/ kprobes/ trace_events/ livepatch/ \
			   hw_breakpoint/ kfifo/ kdb/ hidraw/ rpmsg/ seccomp/
back to top