ARM: get graycode.c and intercom.c in.

Also both used only in unusual setups, so no functional or binary
size change for ARM.
This commit is contained in:
Markus Hitter 2015-08-10 21:04:07 +02:00
parent cc6600ca76
commit 274f6c954b
2 changed files with 4 additions and 3 deletions

View File

@ -101,9 +101,10 @@ SOURCES = mendel.c cpu.c serial.c sermsg.c sersendf.c delay.c
SOURCES += gcode_parse.c gcode_process.c pinio.c timer.c clock.c
SOURCES += dda_queue.c dda_maths.c dda_kinematics.c dda.c dda_lookahead.c
SOURCES += analog.c temp.c heater.c home.c debug.c crc.c
SOURCES += intercom.c graycode.c
# Sources left:
# intercom.c spi.c usb_serial.c
# graycode.c pff.c watchdog.c pff_diskio.c
# spi.c usb_serial.c
# pff.c watchdog.c pff_diskio.c
ifeq ($(MCU), lpc1114)
SOURCES += cmsis-system_lpc11xx.c

View File

@ -43,8 +43,8 @@
#include "analog.h"
#include "pinio.h"
#include "clock.h"
#ifndef __ARMEL_NOTYET__
#include "intercom.h"
#ifndef __ARMEL_NOTYET__
#include "spi.h"
#include "sd.h"
#include "simulator.h"