Getting closer to working Cortex M3 targets.
[goodfet] / firmware / Makefile
index a3ffacd..49dbf99 100644 (file)
@@ -68,14 +68,8 @@ CC =$(GCC) -Wall -O1 -fno-strict-aliasing -g   $(CCEXTRA)
 # your firmware.  The "config" variable is just a space-delimited list
 # of apps you want included.  The makefile will take the list of apps
 # and include all of the proper code needed to build your desired
-# firmware.  This is generated by config.mk.
+# firmware.  $(config) is generated by config.mk.
 
-# New default.
-# ifeq ($(platform),tilaunchpad)
-# config ?= monitor chipcon i2c
-# else
-# config ?= monitor chipcon spi jtag430 jtag430x2 avr openocd ccspi maxusb
-# endif
 
 
 # Build the needed list of app and lib object files from the config
@@ -85,7 +79,7 @@ ifeq ($(platform),tilaunchpad)
 libs= lib/$(platform).o lib/command.o lib/apps.o lib/msp430_serial.o
 #libs+=lib/setjmp.o
 else
-libs= lib/$(mcu).o lib/command.o lib/dco_calib.o lib/apps.o lib/msp430.o lib/arduino.o
+libs= lib/$(mcu).o lib/command.o lib/dco_calib.o lib/apps.o lib/msp430.o lib/arduino.o $(extralibs)
 endif
 
 hdrs=