Removed makefile.dumps
This commit is contained in:
parent
765f5b8328
commit
f37820ab5b
@ -1,12 +0,0 @@
|
||||
include $(TOPDIR)/Makefile.config
|
||||
|
||||
%.o: %.c
|
||||
$(RISCV_GCC) $(RISCV_CFLAGS) -c $<
|
||||
|
||||
|
||||
%.dump: %.o
|
||||
$(RISCV_OBJCOPY) -j .text -O $(DUMP_FORMAT) $< $@
|
||||
|
||||
clean:
|
||||
rm -rf *.o 2> /dev/null
|
||||
rm -rf *.dump 2> /dev/null
|
Loading…
Reference in New Issue
Block a user