More MP work (now APs start and use the LAPIC timer)
[tpg/acess2.git] / Usermode / Libraries / Makefile.tpl
index 678ec07..b501b7d 100644 (file)
@@ -13,7 +13,7 @@ install: $(BIN)
 
 $(BIN): $(OBJ)
        $(LD) $(LDFLAGS) -o $(BIN) $(OBJ)
-       @$(OBJDUMP) -d $(BIN) > $(BIN).dsm
+       @$(OBJDUMP) -d -S $(BIN) > $(BIN).dsm
 
 %.o: %.c
        $(CC) $(CFLAGS) -o $@ -c $<

UCC git Repository :: git.ucc.asn.au