summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-06-18 18:51:10 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-06-18 18:51:10 +0200
commit32f14fa04237963d8b6016d8cc0c6d853e68d2fe (patch)
treee5feb1d160be5e2b45bafb8cdf284d0081cd076b /src/Makefile
parentc6cdddeff0cb0437b1d54520d99460a58db39fdc (diff)
downloadabaos-32f14fa04237963d8b6016d8cc0c6d853e68d2fe.tar.gz
abaos-32f14fa04237963d8b6016d8cc0c6d853e68d2fe.tar.bz2
added graphic context (stub)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index fd418ef..497a0d4 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -110,7 +110,7 @@ clean:
-rm -f boot.bin kernel.bin kernel.sym kernel.elf image.bin magic.bin boot.map image.tmp \
serial.log \
libc/*.o hardware/*.o kernel/*.o \
- drivers/*.o drivers/*/*.o drivers/*/*/*.o
+ drivers/*.o drivers/*/*.o drivers/*/*/*.o gui/*.o
run-qemu-hd: image.bin
qemu-system-i386 -net nic,model=ne2k_pci -d guest_errors -m 32 -drive "file=image.bin,if=ide,format=raw" \