mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-11 17:43:49 +00:00
Removed LTP tests and the stress test group as hey weren't run via rtf. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
7 lines
167 B
Makefile
7 lines
167 B
Makefile
obj-m += hello_world.o
|
|
KVER=$(shell basename /usr/src/linux-headers-*)
|
|
all:
|
|
make -C /usr/src/$(KVER) M=$(PWD) modules
|
|
clean:
|
|
make -C /usr/src/$(KVER) M=$(PWD) clean
|