summaryrefslogtreecommitdiffstats
path: root/package/on2-8170-modules
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2015-07-12 02:21:38 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-12 11:56:19 +0200
commit731c71d23f4dc747a3542c7ccbd163f9e073b9d3 (patch)
tree44270f67150101223942855fe0fc1016dd4fe4a0 /package/on2-8170-modules
parent54a42de966706b42aa6b9f9cabac64ebb69d17c0 (diff)
downloadbuildroot-731c71d23f4dc747a3542c7ccbd163f9e073b9d3.tar.gz
buildroot-731c71d23f4dc747a3542c7ccbd163f9e073b9d3.zip
package/on2-8170-modules: use kernel-module helper
We were already using the Linux buildsystem to build on2-8170-modules, so just switch to the new kernel-module infra. 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>
Diffstat (limited to 'package/on2-8170-modules')
-rw-r--r--package/on2-8170-modules/on2-8170-modules.mk11
1 files changed, 1 insertions, 10 deletions
diff --git a/package/on2-8170-modules/on2-8170-modules.mk b/package/on2-8170-modules/on2-8170-modules.mk
index 209bcb5892..b40ed86cf9 100644
--- a/package/on2-8170-modules/on2-8170-modules.mk
+++ b/package/on2-8170-modules/on2-8170-modules.mk
@@ -7,17 +7,8 @@
ON2_8170_MODULES_VERSION = 73b08061d30789178e692bc332b73d1d9922bf39
ON2_8170_MODULES_SITE = $(call github,alexandrebelloni,on2-8170-modules,$(ON2_8170_MODULES_VERSION))
-ON2_8170_MODULES_DEPENDENCIES = linux
-
ON2_8170_MODULES_LICENSE = GPLv2+
#There is no license file
-define ON2_8170_MODULES_BUILD_CMDS
- $(MAKE) -C $(LINUX_DIR) $(LINUX_MAKE_FLAGS) M=$(@D)
-endef
-
-define ON2_8170_MODULES_INSTALL_TARGET_CMDS
- $(MAKE) -C $(LINUX_DIR) $(LINUX_MAKE_FLAGS) M=$(@D) modules_install
-endef
-
+$(eval $(kernel-module))
$(eval $(generic-package))
OpenPOWER on IntegriCloud