X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FLibraries%2FMakefile.tpl;h=b501b7d28680a45f1e192178f8354ab1022128ff;hb=83612bb37fbd8e84d90ecb9e6a7157aadd1e2175;hp=678ec07c0d94e939f697ce8e2f15c2f7d75fcb78;hpb=077a1c5d962b20dee54c6b31c8f37d2fe79105ad;p=tpg%2Facess2.git diff --git a/Usermode/Libraries/Makefile.tpl b/Usermode/Libraries/Makefile.tpl index 678ec07c..b501b7d2 100644 --- a/Usermode/Libraries/Makefile.tpl +++ b/Usermode/Libraries/Makefile.tpl @@ -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 $<