summaryrefslogtreecommitdiff
path: root/userspace/sys/Makefile
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-08-17 17:51:51 +0200
committerMiguel <m.i@gmx.at>2018-08-17 17:51:51 +0200
commit51d4dd040a291b62c648ff6cc0d7e0058cf4056f (patch)
tree142b7db302ba038dba526f99e5854cfc87b5f92e /userspace/sys/Makefile
parent006214f8c63189500b6ca55e0ef8f97eb35d47f5 (diff)
starting implicit function calls cleanup
Diffstat (limited to 'userspace/sys/Makefile')
-rw-r--r--userspace/sys/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/userspace/sys/Makefile b/userspace/sys/Makefile
deleted file mode 100644
index 289da1e..0000000
--- a/userspace/sys/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-CC=i686-elf-gcc
-LD=i686-elf-ld
-
-#CFLAGS=
-#CFLAGS+=-w
-#CFLAGS+=-I../..
-#CFLAGS+=-gstabs
-#CFLAGS+=-I.
-
-#LDFLAGS=-L/home/miguel/foolos/usr/i686-foolos/lib/ -lc -lm -lg -lnosys
-#CFLAGS+=-I/home/miguel/foolos/usr/i686-foolos/include
-
-#install: crt_install header_install
-
-#crt_install: crt0.o
-# cp crt0.o $(SYSROOT)/usr/lib/
-
-#crt0.o: crt.o sys.o #syscalls.o
-# $(LD) -r $^ -o $@
-
-#header_install:
-# cp *.h $(SYSROOT)/usr/include/
-# cp sys/*.h $(SYSROOT)/usr/include/sys/
-
-crt0.o: crt0.S
-
-clean:
- -rm -f *.o *.a