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:
parent
cc6600ca76
commit
274f6c954b
|
|
@ -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 += 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 += 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 += analog.c temp.c heater.c home.c debug.c crc.c
|
||||||
|
SOURCES += intercom.c graycode.c
|
||||||
# Sources left:
|
# Sources left:
|
||||||
# intercom.c spi.c usb_serial.c
|
# spi.c usb_serial.c
|
||||||
# graycode.c pff.c watchdog.c pff_diskio.c
|
# pff.c watchdog.c pff_diskio.c
|
||||||
|
|
||||||
ifeq ($(MCU), lpc1114)
|
ifeq ($(MCU), lpc1114)
|
||||||
SOURCES += cmsis-system_lpc11xx.c
|
SOURCES += cmsis-system_lpc11xx.c
|
||||||
|
|
|
||||||
2
mendel.c
2
mendel.c
|
|
@ -43,8 +43,8 @@
|
||||||
#include "analog.h"
|
#include "analog.h"
|
||||||
#include "pinio.h"
|
#include "pinio.h"
|
||||||
#include "clock.h"
|
#include "clock.h"
|
||||||
#ifndef __ARMEL_NOTYET__
|
|
||||||
#include "intercom.h"
|
#include "intercom.h"
|
||||||
|
#ifndef __ARMEL_NOTYET__
|
||||||
#include "spi.h"
|
#include "spi.h"
|
||||||
#include "sd.h"
|
#include "sd.h"
|
||||||
#include "simulator.h"
|
#include "simulator.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue