mirror of https://github.com/F-Stack/f-stack.git
9 lines
165 B
Makefile
9 lines
165 B
Makefile
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright(c) 2010-2014 Intel Corporation
|
||
|
#
|
||
|
|
||
|
KMOD= contigmem
|
||
|
SRCS= contigmem.c device_if.h bus_if.h
|
||
|
|
||
|
.include <bsd.kmod.mk>
|