mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
13 lines
367 B
Makefile
13 lines
367 B
Makefile
################################################################################
|
|
#
|
|
# r8169
|
|
#
|
|
################################################################################
|
|
|
|
R8169_VERSION = ffebd251be5440e0013a2435014a2f3ab49371ee
|
|
R8169_SITE = $(call github,wjz304,r8169,$(R8169_VERSION))
|
|
R8169_LICENSE = GPL-2.0
|
|
|
|
$(eval $(kernel-module))
|
|
$(eval $(generic-package))
|