aboutsummaryrefslogtreecommitdiff
path: root/libgui/Makefile
diff options
context:
space:
mode:
authorMarvin Borner2020-08-23 15:49:22 +0200
committerMarvin Borner2020-08-23 15:49:22 +0200
commitc2cccf6f2ef4f6f8c828074e68be2d95255a89b5 (patch)
treee04d17c13c872e976ff09a066f42a5eaf9e437ea /libgui/Makefile
parentb1faf9042c5104d7dafc7d880817def934086ddb (diff)
Added bmp loading and other stuff
Diffstat (limited to 'libgui/Makefile')
-rw-r--r--libgui/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgui/Makefile b/libgui/Makefile
index bcd2016..2638cb0 100644
--- a/libgui/Makefile
+++ b/libgui/Makefile
@@ -2,6 +2,7 @@
COBJS = vesa.o \
psf.o \
+ bmp.o \
gui.o
CC = ../cross/opt/bin/i686-elf-gcc
LD = ../cross/opt/bin/i686-elf-ld