mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 04:57:55 +00:00
11 lines
343 B
Plaintext
11 lines
343 B
Plaintext
|
modules += linux
|
||
|
|
||
|
linux_version := 4.6.4
|
||
|
linux_dir := linux-$(linux_version)
|
||
|
linux_tar := linux-$(linux_version).tar.xz
|
||
|
linux_url := https://cdn.kernel.org/pub/linux/kernel/v4.x/$(linux_tar)
|
||
|
linux_hash := 8568d41c7104e941989b14a380d167129f83db42c04e950d8d9337fe6012ff7e
|
||
|
|
||
|
linux_configure := make oldconfig
|
||
|
linux_output := arch/x86/boot/bzImage
|