summaryrefslogtreecommitdiff
path: root/userspace/Makefile
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-11-22 17:57:57 +0100
committerMichal Idziorek <m.i@gmx.at>2014-11-22 17:57:57 +0100
commiteca57656bfb384583c1c4b34de46cde6b36d6694 (patch)
tree849d76c8bac2c663e7097506b1ecc66b6982dc56 /userspace/Makefile
parent05156e002e30032e8c1081d47f50dd98b1241dd6 (diff)
added call_unhandled for unhandled syscalls
Diffstat (limited to 'userspace/Makefile')
-rw-r--r--userspace/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/userspace/Makefile b/userspace/Makefile
index 09486c0..7e35096 100644
--- a/userspace/Makefile
+++ b/userspace/Makefile
@@ -19,10 +19,6 @@ ext2.img: $(PROGS)
sudo umount mnt
rm mnt -rf
-#shell.bin: shell.c
-# ${CC} -T sys/oldlinker.ld -shell.c o shell.bin
-# objcopy -O binary shell shell.bin
-
brainfuck: brainfuck.o
shell: shell.o
simple: simple.o