diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | config.mk | 1 |
3 files changed, 1 insertions, 2 deletions
@@ -6,6 +6,7 @@ /build/ /dist/ /kvmd.egg-info/ +/config.mk /testenv/.tox/ /testenv/.mypy_cache/ /testenv/.coverage @@ -1,5 +1,4 @@ -include config.mk --include testenv/config.mk TESTENV_IMAGE ?= kvmd-testenv TESTENV_HID ?= /dev/ttyS10 diff --git a/config.mk b/config.mk deleted file mode 100644 index 2eb04573..00000000 --- a/config.mk +++ /dev/null @@ -1 +0,0 @@ -TESTENV_GPIO=/dev/gpiochip1 |