mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-25 19:57:39 +00:00
Network is required to fetch the check script. Signed-off-by: Ian Campbell <ijc@docker.com>
6 lines
90 B
Makefile
6 lines
90 B
Makefile
IMAGE=test-kernel-config
|
|
DEPS=$(wildcard *.sh)
|
|
NETWORK=1
|
|
|
|
include ../../../pkg/package.mk
|