We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c13446f commit 40c6ee9Copy full SHA for 40c6ee9
Makefile
@@ -258,8 +258,4 @@ build/%.bin: font/%.bin
258
$(QUIET)mkdir -p "$(dir $@)"
259
$(QUIET)cp $< $@
260
261
-build/main.o: build/build_tag.h build/build_cfg.h src/main.c
262
-build/usb_dwc3.o: build/build_tag.h src/usb_dwc3.c
263
-build/chainload.o: build/build_cfg.h src/usb_dwc3.c
264
-
265
-include $(DEPDIR)/*
0 commit comments