We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365bdd2 commit dd88c7eCopy full SHA for dd88c7e
mk/external.mk
@@ -3,13 +3,15 @@
3
# _DATA : the file to be read by specific executable.
4
# _DATA_SHA1 : the checksum of the content in _DATA
5
6
+COMMON_URL = https://github.com/sysprog21/semu/raw/blob
7
+
8
# kernel
-KERNEL_DATA_URL = https://github.com/jserv/semu/raw/blob/Image.bz2
9
+KERNEL_DATA_URL = $(COMMON_URL)/Image.bz2
10
KERNEL_DATA = Image
11
KERNEL_DATA_SHA1 = 36d770efe97beac85204f1f50f8de81e3e529d84
12
13
# initrd
-INITRD_DATA_URL = https://github.com/jserv/semu/raw/blob/rootfs.cpio.bz2
14
+INITRD_DATA_URL = $(COMMON_URL)/rootfs.cpio.bz2
15
INITRD_DATA = rootfs.cpio
16
INITRD_DATA_SHA1 = fad749d0a9eb33178525f961d6b82e7c0ce917a7
17
0 commit comments