From 10b5bfdee99e8161f353593ee3e85f4775b1dedc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 09:40:50 +0200 Subject: Adding upstream version 3.0.13. Signed-off-by: Daniel Baumann --- test/dkms_build_exclusive_test-1.0/Makefile | 3 +++ test/dkms_build_exclusive_test-1.0/dkms.conf | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 test/dkms_build_exclusive_test-1.0/Makefile create mode 100644 test/dkms_build_exclusive_test-1.0/dkms.conf (limited to 'test/dkms_build_exclusive_test-1.0') diff --git a/test/dkms_build_exclusive_test-1.0/Makefile b/test/dkms_build_exclusive_test-1.0/Makefile new file mode 100644 index 0000000..cf2d044 --- /dev/null +++ b/test/dkms_build_exclusive_test-1.0/Makefile @@ -0,0 +1,3 @@ +all: + @echo ERROR: This module fails to build. + @exit 1 diff --git a/test/dkms_build_exclusive_test-1.0/dkms.conf b/test/dkms_build_exclusive_test-1.0/dkms.conf new file mode 100644 index 0000000..5b948c7 --- /dev/null +++ b/test/dkms_build_exclusive_test-1.0/dkms.conf @@ -0,0 +1,5 @@ +PACKAGE_NAME="dkms_build_exclusive_test" +PACKAGE_VERSION="1.0" +DEST_MODULE_LOCATION[0]="/updates/dkms" +BUILD_EXCLUSIVE_ARCH="none" +AUTOINSTALL="yes" -- cgit v1.2.3