"At least it builds, now"

This commit is contained in:
furrtek
2016-02-05 17:40:14 +01:00
parent 8009a9b543
commit c81ba5be8e
27 changed files with 112 additions and 88 deletions
+2 -3
View File
@@ -1,3 +1,4 @@
#
# Copyright (C) 2014 Jared Boone, ShareBrained Technology, Inc.
#
@@ -144,8 +145,6 @@ CPPSRC = main.cpp \
proc_wideband_spectrum.cpp \
proc_tpms.cpp \
proc_ert.cpp \
proc_afskrx.cpp \
proc_sigfrx.cpp \
dsp_squelch.cpp \
clock_recovery.cpp \
packet_builder.cpp \
@@ -204,7 +203,7 @@ INCDIR = ../common $(PORTINC) $(KERNINC) $(TESTINC) \
MCU = cortex-m4
#TRGT = arm-elf-
TRGT = arm-none-eabi-
TRGT = /usr/local/gcc-arm-none-eabi-5_2-2015q4/bin/arm-none-eabi-
CC = $(TRGT)gcc
CPPC = $(TRGT)g++
# Enable loading with g++ only if you need C++ runtime support.