auto-sync
This commit is contained in:
parent
492e4883f6
commit
99e7af5db9
|
@ -99,7 +99,8 @@ include $(CHIBIOS)/os/kernel/kernel.mk
|
|||
include $(CHIBIOS)/os/various/fatfs_bindings/fatfs.mk
|
||||
include console/binary/tunerstudio.mk
|
||||
include ext/ext.mk
|
||||
include hw_layer/hw_layer.mk
|
||||
include $(PROJECT_DIR)/hw_layer/hw_layer.mk
|
||||
include $(PROJECT_DIR)/hw_layer/mass_storage/mass_storage.mk
|
||||
include development/development.mk
|
||||
include controllers/controllers.mk
|
||||
|
||||
|
@ -125,6 +126,7 @@ CSRC = $(PORTSRC) \
|
|||
chibios/os/various/chprintf.c \
|
||||
chibios/os/various/memstreams.c \
|
||||
chibios/os/various/chrtclib.c \
|
||||
${HW_MASS_STORAGE_SRC_C} \
|
||||
$(UTILSRC) \
|
||||
$(ENGINES_SRC) \
|
||||
$(CONSOLESRC) \
|
||||
|
@ -201,6 +203,7 @@ INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
|
|||
console \
|
||||
console/binary \
|
||||
hw_layer \
|
||||
$(PROJECT_DIR)/mass_storage \
|
||||
hw_layer/serial_over_usb \
|
||||
hw_layer/algo \
|
||||
hw_layer/lcd \
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
HW_MASS_STORAGE_SRC_C = $(PROJECT_DIR)/hw_layer/mass_storage/usb_msd.c
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by Version2Header
|
||||
// Wed Jun 01 19:04:48 EDT 2016
|
||||
// Fri Jun 10 13:15:47 EDT 2016
|
||||
#ifndef VCS_VERSION
|
||||
#define VCS_VERSION "9961"
|
||||
#define VCS_VERSION "9984"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue