From 33d3ac6b5302f5e3a23cc7e318cf1f0605c398e5 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 20 Nov 2020 23:04:20 +0100 Subject: Ported upng library This results in a faster boot and smaller files. --- libgui/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libgui/Makefile') diff --git a/libgui/Makefile b/libgui/Makefile index 6d2f087..7996c29 100644 --- a/libgui/Makefile +++ b/libgui/Makefile @@ -2,6 +2,7 @@ COBJS = psf.o \ bmp.o \ + png.o \ gfx.o \ gui.o CC = ccache ../cross/opt/bin/i686-elf-gcc -- cgit v1.2.3