8 lines
158 B
Makefile
8 lines
158 B
Makefile
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2010-2014 Intel Corporation
|
|
#
|
|
|
|
KMOD= Malloc
|
|
SRCS= Malloc.c device_if.h bus_if.h
|
|
|
|
.include <bsd.kmod.mk> |