coreboot-libre-fam15h-rdimm/3rdparty/libgfxinit/Makefile

17 lines
247 B
Makefile
Raw Normal View History

2024-03-04 11:14:53 +01:00
name := gfxinit
ifeq ($(MAKECMDGOALS),gfx_test)
prefixed-name := gfx_test
link-type := program
GFXINIT_TEST := y
endif
gfxinit-deplibs := libhw
libhw-dir ?= ../libhwbase/dest
include $(libhw-dir)/Makefile
gfx_test: $(binary)
.PHONY: gfx_test