From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] Kernel module compiled but not found
Date: Sun, 13 Oct 2013 23:12:06 +0200 [thread overview]
Message-ID: <525B0CA6.6000103@mind.be> (raw)
In-Reply-To: <525AB9F0.3020708@gmail.com>
On 13/10/13 17:19, Marco Trapanese wrote:
> Il 13/10/2013 17:05, Thomas Petazzoni ha scritto:
>> Macro, can you post your current package (.mk file and Config.in files,
>> or even better, a patch against Buildroot), so that we can potentially
>> reproduce your issue and help you solve it?
>
>
> Thomas,
> I don't know how to post a patch against Buildroot (please, may you
> provide a link where is explained how to?) but I can post here the
> content of the two files for sure:
>
> Config.in
> config BR2_PACKAGE_SENSORAY2253
> bool "sensoray2253"
> depends on BR2_LINUX_KERNEL
> help
> Kernel module for Sensoray 2253
>
> http://it.sensoray.com/products/2253.htm
>
>
> sensoray2253.mk
> ################################################################################
>
> #
> # sensoray2253
> #
> ################################################################################
>
>
> SENSORAY2253_VERSION = 1.2.6
> SENSORAY2253_SOURCE = sdk_x53_linux_$(SENSORAY2253_VERSION).tar.bz2
> SENSORAY2253_SITE = http://it.sensoray.com/downloads/
> SENSORAY2253_DEPENDENCIES = linux
>
> define SENSORAY2253_BUILD_CMDS
> $(MAKE) $(LINUX_MAKE_FLAGS) -C $(LINUX_DIR) M=$(@D) modules
The module is in the driver directory, so I guess this should be
M=$(@D)/driver
Regards,
Arnout
> endef
>
> define SENSORAY2253_INSTALL_TARGET_CMDS
> $(MAKE) $(LINUX_MAKE_FLAGS) -C $(LINUX_DIR) M=$(@D) modules_install
> endef
>
> $(eval $(generic-package))
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
next prev parent reply other threads:[~2013-10-13 21:12 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-13 14:29 [Buildroot] Kernel module compiled but not found Marco Trapanese
2013-10-13 14:51 ` Yann E. MORIN
2013-10-13 15:02 ` Marco Trapanese
2013-10-13 15:05 ` Thomas Petazzoni
2013-10-13 15:19 ` Marco Trapanese
2013-10-13 21:12 ` Arnout Vandecappelle [this message]
2013-10-14 7:58 ` Marco Trapanese
2013-10-13 15:57 ` Yann E. MORIN
2013-10-13 16:53 ` Sagaert Johan
2013-10-13 17:05 ` Marco Trapanese
2013-10-13 15:56 ` Yann E. MORIN
2013-10-13 16:02 ` Marco Trapanese
2013-10-13 20:11 ` Ciarán Rehill
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=525B0CA6.6000103@mind.be \
--to=arnout@mind.be \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.