mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 04:57:55 +00:00
be133892fd
These changes primarily improve server boards using BMC video. The correct DRI card is selected even if it isn't the first one, and performance is greatly improved on non-UMA cards. Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm>
20 lines
594 B
Makefile
20 lines
594 B
Makefile
modules-$(CONFIG_FBWHIPTAIL) += fbwhiptail
|
|
|
|
fbwhiptail_depends := cairo $(musl_dep)
|
|
|
|
fbwhiptail_version := 1.1
|
|
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 := e14e604d7b8f64196700723d74f678c65c7d517dae4e077f9ad9ba3d19d63731
|
|
|
|
fbwhiptail_target := \
|
|
$(MAKE_JOBS) \
|
|
CFLAGS="-g0 -Os" \
|
|
LDFLAGS="-s" \
|
|
$(CROSS_TOOLS) \
|
|
fbwhiptail
|
|
|
|
fbwhiptail_output := \
|
|
fbwhiptail whiptail
|