X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=Makefile;h=2a7eac954bab72a38304abc3db23835795905886;hb=acdd52fa82e2157f0777d2d2aab5d74bdc5dcec4;hp=183b3ac619baece132a10b3f8815e71a3448455c;hpb=0ed0b7cfe819ffcf0a1c305deb63b6ea8ace78bb;p=coreboot.git diff --git a/Makefile b/Makefile index 183b3ac61..2a7eac954 100644 --- a/Makefile +++ b/Makefile @@ -165,8 +165,6 @@ objs:=$(obj)/mainboard/$(MAINBOARDDIR)/static.o initobjs:= drivers:= smmobjs:= -crt0s:= -ldscripts:= types:=obj initobj driver smmobj # Clean -y variables, include Makefile.inc @@ -263,7 +261,8 @@ printall: @echo LIBGCC_FILE_NAME=$(LIBGCC_FILE_NAME) printcrt0s: - @echo $(patsubst $(top)/%,%,$(crt0s)) + @echo crt0s=$(crt0s) + @echo ldscripts=$(ldscripts) OBJS := $(patsubst %,$(obj)/%,$(TARGETS-y)) INCLUDES := -Isrc -Isrc/include -I$(obj) -Isrc/arch/$(ARCHDIR-y)/include