]> Git Repo - buildroot-mgba.git/commit
package/ktap: use kernel-module helper
authorYann E. MORIN <[email protected]>
Sun, 12 Jul 2015 00:21:35 +0000 (02:21 +0200)
committerThomas Petazzoni <[email protected]>
Sun, 12 Jul 2015 09:56:18 +0000 (11:56 +0200)
commit84d97e6200f3f0b97485825728e9bdcc644f5830
treeb21226bc95d0c2920f939e59fd01537fd0c63749
parent95f52a7b7eac7696a6f627ba0cd68de11b12cfce
package/ktap: use kernel-module helper

Passing the KERNEL_SRC variable is no longer needed, since it was only
used to run commands like:
    $(MAKE) -C $(KERNEL_SRC) M=$(PWD) modules

which is basically what the new kernel-module infra is now doing.

Signed-off-by: "Yann E. MORIN" <[email protected]>
Cc: Thomas Petazzoni <[email protected]>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
package/ktap/ktap.mk
This page took 0.031224 seconds and 4 git commands to generate.