Add missing clean_doxygen phony targets to the project makefiles.
[pub/USBasp.git] / Demos / Host / Incomplete / BluetoothHost / makefile
index 0281f86..56b9157 100644 (file)
@@ -130,6 +130,7 @@ LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)"
 
 # List C source files here. (C dependencies are automatically generated.)
 SRC = $(TARGET).c                                                 \
+         BluetoothEvents.c                                           \
          DeviceDescriptor.c                                          \
          ConfigDescriptor.c                                          \
          Lib/BluetoothStack.c                                        \
@@ -749,4 +750,5 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
 showtarget begin finish end sizebefore sizeafter  \
 gccversion build elf hex eep lss sym coff extcoff \
 program dfu flip flip-ee dfu-ee clean debug       \
-clean_list clean_binary gdb-config doxygen
\ No newline at end of file
+clean_list clean_binary clean_doxygen gdb-config  \
+doxygen
\ No newline at end of file