blue-pill: more draugr cleanups

This commit is contained in:
2018-03-07 15:55:54 -08:00
parent f5621c24b8
commit 75c0f46433
4 changed files with 17 additions and 14 deletions

View File

@@ -33,7 +33,7 @@ all: $(BIN)
$(ELF): $(OBJS)
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LDLIBS)
$(ARMSIZE) -A $@
$(ARMSIZE) $@
$(BIN): $(ELF)
$(OBJCOPY) -O binary $< $@