Skip to content

Commit

Permalink
Merge pull request MarlinFirmware#8738 from lumbric/bugfix-1.1.x
Browse files Browse the repository at this point in the history
Add missing CPP files to Make file, fixes MarlinFirmware#8731
  • Loading branch information
thinkyhead authored Dec 20, 2017
2 parents 51a0f7a + 3a511e4 commit ea345b1
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Marlin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -304,13 +304,8 @@ ifeq ($(HARDWARE_VARIANT), Teensy)
SRC = wiring.c
VPATH += $(ARDUINO_INSTALL_DIR)/hardware/teensy/cores/teensy
endif
CXXSRC = WMath.cpp WString.cpp Print.cpp Marlin_main.cpp \
MarlinSerial.cpp Sd2Card.cpp SdBaseFile.cpp SdFatUtil.cpp \
SdFile.cpp SdVolume.cpp planner.cpp stepper.cpp \
temperature.cpp cardreader.cpp configuration_store.cpp \
watchdog.cpp SPI.cpp servo.cpp Tone.cpp ultralcd.cpp digipot_mcp4451.cpp \
dac_mcp4728.cpp vector_3.cpp least_squares_fit.cpp endstops.cpp stopwatch.cpp utility.cpp \
printcounter.cpp nozzle.cpp serial.cpp gcode.cpp Max7219_Debug_LEDs.cpp
CXXSRC = WMath.cpp WString.cpp Print.cpp SPI.cpp Tone.cpp
CXXSRC += $(wildcard *.cpp)
ifeq ($(NEOPIXEL), 1)
CXXSRC += Adafruit_NeoPixel.cpp
endif
Expand Down

0 comments on commit ea345b1

Please sign in to comment.