aboutsummaryrefslogtreecommitdiffstats
path: root/initrd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'initrd/Makefile')
-rw-r--r--initrd/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/initrd/Makefile b/initrd/Makefile
deleted file mode 100644
index 5946eee..0000000
--- a/initrd/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-##
-# A simple Makefile for building executables loadable by stmos.
-#
-
-ARCH = arm-stmos-
-CC = gcc -mcpu=cortex-m4 -mthumb -fsigned-char
-CFLAGS = -Os -fPIE
-
-all:
- @$(ARCH)$(CC) $(CFLAGS) init.c -o init
- @arm-stmos-strip init
-