From 65ef5abb3d9e463f9a3110d49d890a789bd8d88a Mon Sep 17 00:00:00 2001 From: dhewg Date: Sun, 5 Apr 2009 16:03:04 +0200 Subject: [PATCH] new Makefile var LDSCRIPT --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 86370b8..e33a340 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,8 @@ include ../../starlet.mk CFLAGS += -Os -Wall -I. ASFLAGS += -D_LANGUAGE_ASSEMBLY -LDFLAGS += -nostartfiles -nodefaultlibs -Wl,-Tmini.ld +LDFLAGS += -nostartfiles -nodefaultlibs +LDSCRIPT = mini.ld LIBS = -lgcc ELFLOADER = ../elfloader/elfloader.bin