diff options
| author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2013-12-03 11:24:19 -0500 |
|---|---|---|
| committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2013-12-03 11:24:19 -0500 |
| commit | ef521d284a86914bfae292d15e879370a90f149d (patch) | |
| tree | fe011f16eebec55f5f23ff31969ab9d11e567260 /arduino-mk/chipKIT.mk | |
| parent | 58f1cb249ca62d833b05568c604158faab9a53ba (diff) | |
Include assembly vector table in chipKIT build.
* Added build step for assembly files in CORE
* Removed duplicate flags from AS build step
Diffstat (limited to 'arduino-mk/chipKIT.mk')
| -rw-r--r-- | arduino-mk/chipKIT.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arduino-mk/chipKIT.mk b/arduino-mk/chipKIT.mk index 4cb71a2..fd7a0d2 100644 --- a/arduino-mk/chipKIT.mk +++ b/arduino-mk/chipKIT.mk @@ -82,6 +82,8 @@ ARDUINO_CORE_PATH = $(ALTERNATE_CORE_PATH)/cores/$(ALTERNATE_CORE) ARDUINO_PREFERENCES_PATH = $(MPIDE_PREFERENCES_PATH) ARDUINO_DIR = $(MPIDE_DIR) +CORE_AS_SRCS = $(ARDUINO_CORE_PATH)/vector_table.S + ARDUINO_VERSION = 23 CC_NAME = pic32-gcc |
