aboutsummaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/files/hellomod_makefile
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/runtime/files/hellomod_makefile')
-rw-r--r--meta/lib/oeqa/runtime/files/hellomod_makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/lib/oeqa/runtime/files/hellomod_makefile b/meta/lib/oeqa/runtime/files/hellomod_makefile
deleted file mode 100644
index b92d5c8fe0..0000000000
--- a/meta/lib/oeqa/runtime/files/hellomod_makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-obj-m := hellomod.o
-KDIR := /usr/src/kernel
-
-all:
- $(MAKE) -C $(KDIR) M=$(PWD) modules
-
-clean:
- $(MAKE) -C $(KDIR) M=$(PWD) clean