projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update UC3 platform driver support to use the bitmasks defined in the header files...
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
VirtualSerialMassStorage
/
makefile
diff --git
a/Demos/Device/ClassDriver/VirtualSerialMassStorage/makefile
b/Demos/Device/ClassDriver/VirtualSerialMassStorage/makefile
index
a697518
..
21b1d7f
100644
(file)
--- a/
Demos/Device/ClassDriver/VirtualSerialMassStorage/makefile
+++ b/
Demos/Device/ClassDriver/VirtualSerialMassStorage/makefile
@@
-703,6
+703,15
@@
doxygen:
clean_doxygen:
\r
rm -rf Documentation
\r
\r
clean_doxygen:
\r
rm -rf Documentation
\r
\r
+checksource:
\r
+ @for f in $(SRC) $(CPPSRC) $(ASRC); do \
\r
+ if [ -f $$f ]; then \
\r
+ echo "Found Source File: $$f" ; \
\r
+ else \
\r
+ echo "Source File Not Found: $$f" ; \
\r
+ fi; done
\r
+
\r
+
\r
# Create object files directory
\r
$(shell mkdir $(OBJDIR) 2>/dev/null)
\r
\r
# Create object files directory
\r
$(shell mkdir $(OBJDIR) 2>/dev/null)
\r
\r
@@
-715,5
+724,4
@@
$(shell mkdir $(OBJDIR) 2>/dev/null)
.PHONY : all begin finish end sizebefore sizeafter gccversion \
\r
build elf hex eep lss sym coff extcoff doxygen clean \
\r
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
\r
.PHONY : all begin finish end sizebefore sizeafter gccversion \
\r
build elf hex eep lss sym coff extcoff doxygen clean \
\r
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
\r
-debug gdb-config
\r
-
\r
+debug gdb-config checksource
\r