]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/iqvlinux/iqvlinux.mk
d6d445e6660da6cff62325c45c179a91e82dac3e
[coffee/buildroot.git] / package / iqvlinux / iqvlinux.mk
1 ################################################################################
2 #
3 # iqvlinux
4 #
5 ################################################################################
6
7 # The upstream tarball is just named iqvlinux.tar.gz, which we cannot
8 # use because it doesn't contain a version number. Therefore, the
9 # download from the upstream site will fail, and fallback to the
10 # backup mirror, where we have added an iqvlinux-1.2.0.3.tar.gz
11 # tarball.
12 IQVLINUX_VERSION = 1.2.0.3
13 IQVLINUX_SITE = https://downloads.sourceforge.net/project/e1000/iqvlinux/$(IQVLINUX_VERSION)
14
15 IQVLINUX_LICENSE = GPL-2.0, BSD-3-Clause
16 IQVLINUX_LICENSE_FILES = \
17         COPYING src/linux/driver/files.txt \
18         inc/linux/files.txt inc/files.txt
19
20 IQVLINUX_MODULE_MAKE_OPTS = NALDIR=$(@D) KSRC=$(LINUX_DIR) CC=$(TARGET_CC)
21
22 IQVLINUX_MODULE_SUBDIRS = src/linux/driver
23
24 $(eval $(kernel-module))
25 $(eval $(generic-package))