mirror of
https://github.com/Fennix-Project/Lynx.git
synced 2025-05-28 15:34:39 +00:00
Updated files
This commit is contained in:
parent
bc094b39c7
commit
5f96473b20
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
gnu-efi
|
||||||
|
include
|
14
Makefile
Normal file
14
Makefile
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
GNUEFI_RELEASE_VERSION=3.0.14
|
||||||
|
|
||||||
|
gnuefi:
|
||||||
|
wget https://archive.org/download/gnu-efi-$(GNUEFI_RELEASE_VERSION).tar/gnu-efi-$(GNUEFI_RELEASE_VERSION).tar.bz2
|
||||||
|
tar -xf gnu-efi-$(GNUEFI_RELEASE_VERSION).tar.bz2
|
||||||
|
rm gnu-efi-$(GNUEFI_RELEASE_VERSION).tar.bz2
|
||||||
|
mv ./gnu-efi-$(GNUEFI_RELEASE_VERSION) ./gnu-efi
|
||||||
|
mkdir -p include
|
||||||
|
cp -a ./gnu-efi/inc/. ./include
|
||||||
|
make -C gnu-efi
|
||||||
|
|
||||||
|
prepare: gnuefi
|
||||||
|
|
||||||
|
clean:
|
Loading…
x
Reference in New Issue
Block a user