include ../../common.mk obj = bq25895.o ov2640.o %.o: %.c %.h $(CC) $(CFLAGS) -c $< %.o: %.S $(CC) $(CFLAGS) -c $< all: $(obj) clean: rm -f *.o