mirror of https://github.com/rusefi/wideband.git
extract mk
This commit is contained in:
parent
58a09843eb
commit
b7d64dc4f7
|
@ -126,6 +126,8 @@ include $(CHIBIOS)/os/hal/lib/complex/mfs/hal_mfs.mk
|
||||||
# include board.mk that sets per-board options
|
# include board.mk that sets per-board options
|
||||||
include $(BOARDDIR)/board.mk
|
include $(BOARDDIR)/board.mk
|
||||||
|
|
||||||
|
include wideband.mk
|
||||||
|
|
||||||
# Define linker script file here
|
# Define linker script file here
|
||||||
LDSCRIPT=app.ld
|
LDSCRIPT=app.ld
|
||||||
|
|
||||||
|
@ -139,6 +141,7 @@ CPPSRC = $(ALLCPPSRC) \
|
||||||
$(BOARDDIR)/port.cpp \
|
$(BOARDDIR)/port.cpp \
|
||||||
$(BOARDDIR)/port_shared.cpp \
|
$(BOARDDIR)/port_shared.cpp \
|
||||||
$(RUSEFI_LIB_CPP) \
|
$(RUSEFI_LIB_CPP) \
|
||||||
|
$(WIDEBANDSRC) \
|
||||||
shared/flash.cpp \
|
shared/flash.cpp \
|
||||||
can.cpp \
|
can.cpp \
|
||||||
can_helper.cpp \
|
can_helper.cpp \
|
||||||
|
@ -147,8 +150,6 @@ CPPSRC = $(ALLCPPSRC) \
|
||||||
pwm.cpp \
|
pwm.cpp \
|
||||||
dac.cpp \
|
dac.cpp \
|
||||||
pump_dac.cpp \
|
pump_dac.cpp \
|
||||||
sampling.cpp \
|
|
||||||
heater_control.cpp \
|
|
||||||
pid.cpp \
|
pid.cpp \
|
||||||
pump_control.cpp \
|
pump_control.cpp \
|
||||||
max3185x.cpp \
|
max3185x.cpp \
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
WIDEBANDSRC = \
|
||||||
|
sampling.cpp \
|
||||||
|
heater_control.cpp \
|
Loading…
Reference in New Issue