mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-24 07:06:42 +00:00
9458ec8771
Uses AVX for fast copy instead of AVX2, enabling fast copy on Sandy/Ivy Bridge. Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm>
20 lines
631 B
Makefile
20 lines
631 B
Makefile
modules-$(CONFIG_FBWHIPTAIL) += fbwhiptail
|
|
|
|
fbwhiptail_depends := cairo $(musl_dep)
|
|
|
|
fbwhiptail_version := 99fe815fb35d7650873aa413a3024ef1496fe4a3
|
|
fbwhiptail_dir := fbwhiptail-$(fbwhiptail_version)
|
|
fbwhiptail_tar := fbwhiptail-$(fbwhiptail_version).tar.gz
|
|
fbwhiptail_url := https://source.puri.sm/firmware/fbwhiptail/-/archive/$(fbwhiptail_version)/fbwhiptail-$(fbwhiptail_version).tar.gz
|
|
fbwhiptail_hash := bd210b52b0916eb081219a312a6fa1b3acd8582ca6198a196e232f8aa55bbce9
|
|
|
|
fbwhiptail_target := \
|
|
$(MAKE_JOBS) \
|
|
CFLAGS="-g0 -Os" \
|
|
LDFLAGS="-s" \
|
|
$(CROSS_TOOLS) \
|
|
fbwhiptail
|
|
|
|
fbwhiptail_output := \
|
|
fbwhiptail whiptail
|