X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fcpu%2Fx86%2Fsmm%2FMakefile.inc;fp=src%2Fcpu%2Fx86%2Fsmm%2FMakefile.inc;h=b91e96c332e1a2331d496cfddbaa6670a76d4608;hb=5ec2c2b998086415047c05aca4ca7082de329e5a;hp=6a566017ea5a5cb0cf0f32d6ddc7fc9351082688;hpb=50d0b8ce17dada0f5097ebaaf8de9fcbb9986389;p=coreboot.git diff --git a/src/cpu/x86/smm/Makefile.inc b/src/cpu/x86/smm/Makefile.inc index 6a566017e..b91e96c33 100644 --- a/src/cpu/x86/smm/Makefile.inc +++ b/src/cpu/x86/smm/Makefile.inc @@ -25,12 +25,12 @@ ## smmobject smihandler.o ## ## makerule smm.o -## depends "$(SMM-OBJECTS) $(TOP)/src/console/printk.o $(TOP)/src/console/vtxprintf.o $(LIBGCC_FILE_NAME)" +## depends "$(SMM-OBJECTS) $(TOP)/src/console/printk.o $(TOP)/src/console/vtxprintf.o $(LIBGCC_FILE_NAME)" ## action "$(CC) $(DISTRO_LFLAGS) -nostdlib -r -o $@ $^" ## end ## ## makerule smm -## depends "smm.o $(TOP)/src/cpu/x86/smm/smm.ld ldoptions" +## depends "smm.o $(TOP)/src/cpu/x86/smm/smm.ld ldoptions" ## action "$(CC) $(DISTRO_LFLAGS) -nostdlib -nostartfiles -static -o smm.elf -T $(TOP)/src/cpu/x86/smm/smm.ld smm.o" ## action "$(CONFIG_CROSS_COMPILE)nm -n smm.elf | sort > smm.map" ## action "$(OBJCOPY) -O binary smm.elf smm"