diff options
author | Marvin Borner | 2020-11-20 23:04:20 +0100 |
---|---|---|
committer | Marvin Borner | 2020-11-20 23:04:20 +0100 |
commit | 33d3ac6b5302f5e3a23cc7e318cf1f0605c398e5 (patch) | |
tree | 9ec2013b430e0ad1d21690c5247e687c63d84b76 /libgui/Makefile | |
parent | 38e0d413e38838979978d6ff3fdbaf577a916fd0 (diff) |
Ported upng library
This results in a faster boot and smaller files.
Diffstat (limited to 'libgui/Makefile')
-rw-r--r-- | libgui/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |