summarylogtreecommitdiffstats
path: root/0001-add-archlinux-as-build-option.patch
blob: aa8c86e6363bfab007472ce2fe202b952a7b63d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/Makefile.original	2017-01-28 02:08:55.850223022 +0100
+++ b/Makefile	2017-01-28 02:10:59.110499356 +0100
@@ -24,6 +24,9 @@
 subdir-ccflags-y += -DOS_NAME_SLE
 else ifeq ("sles",$(OS_NAME))
 subdir-ccflags-y += -DOS_NAME_SLE
+else ifeq ("arch",$(OS_NAME))
+subdir-ccflags-y += -DOS_NAME_ARCH
+OS_VERSION = "0.0"
 else
 subdir-ccflags-y += -DOS_NAME_UNKNOWN
 endif