diff options
Diffstat (limited to 'meta/lib/oeqa/runtime/files/hellomod_makefile')
| -rw-r--r-- | meta/lib/oeqa/runtime/files/hellomod_makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/files/hellomod_makefile b/meta/lib/oeqa/runtime/files/hellomod_makefile new file mode 100644 index 0000000000..b92d5c8fe0 --- /dev/null +++ b/meta/lib/oeqa/runtime/files/hellomod_makefile | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | obj-m := hellomod.o | ||
| 2 | KDIR := /usr/src/kernel | ||
| 3 | |||
| 4 | all: | ||
| 5 | $(MAKE) -C $(KDIR) M=$(PWD) modules | ||
| 6 | |||
| 7 | clean: | ||
| 8 | $(MAKE) -C $(KDIR) M=$(PWD) clean | ||
