mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-29 04:54:27 +01:00
userland: make libs work
Working for build, but now test-user-mode-in-tree is not using --in-tree, TODO fix later on.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <assert.h>
|
||||
#include <cblas.h>
|
||||
|
||||
#include <lkmc.h>
|
||||
#include <lkmc/math.h>
|
||||
|
||||
int main(void) {
|
||||
double A[6] = {
|
||||
|
||||
Reference in New Issue
Block a user