Removed makefile.dumps

This commit is contained in:
François Autin 2023-03-08 13:04:13 +01:00
parent 765f5b8328
commit f37820ab5b
No known key found for this signature in database
GPG Key ID: 343F5D382E1DD77C

View File

@ -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