e5f4122c56
We were already using the Linux buildsystem to build simicsfs' modules, so switch to using the kernel-module infra instead. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
362 B
Makefile
14 lines
362 B
Makefile
################################################################################
|
|
#
|
|
# simicsfs
|
|
#
|
|
################################################################################
|
|
|
|
SIMICSFS_VERSION = 1.18
|
|
SIMICSFS_SITE = http://download.simics.net/pub
|
|
SIMICSFS_LICENSE = GPLv2+
|
|
SIMICSFS_LICENSE_FILES = hostfs.h
|
|
|
|
$(eval $(kernel-module))
|
|
$(eval $(generic-package))
|