diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-06-02 19:56:50 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-06-02 19:56:50 +0000 |
commit | 450ff51b7e3e8c5c8a39760bc05fb763abf780c0 (patch) | |
tree | e714e4dfacb9a64049696c6816930a775273b886 /LUFA/makefile | |
parent | 0d888458e17a57473e2d41229302ab401a815545 (diff) | |
download | lufa-450ff51b7e3e8c5c8a39760bc05fb763abf780c0.tar.gz lufa-450ff51b7e3e8c5c8a39760bc05fb763abf780c0.tar.bz2 lufa-450ff51b7e3e8c5c8a39760bc05fb763abf780c0.zip |
Add platform driver dispatch header and makefile module source variable.
Diffstat (limited to 'LUFA/makefile')
-rw-r--r-- | LUFA/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/makefile b/LUFA/makefile index fe1cc4f72..5b186937c 100644 --- a/LUFA/makefile +++ b/LUFA/makefile @@ -37,6 +37,7 @@ else clean: rm -f $(LUFA_SRC_ALL_FILES:%.c=%.o) + rm -f $(LUFA_SRC_ALL_FILES:%.c=%.o.d) rm -f $(LUFA_SRC_ALL_FILES:%.c=%.lst) # Include LUFA build script makefiles |