forked from Zolertia/contiki
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request contiki-os#1706 from oliverschmidt/master
Make use of new cl65 option --print-target-path.
- Loading branch information
Showing
7 changed files
with
192 additions
and
197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,10 +31,6 @@ | |
# Author: Oliver Schmidt <[email protected]> | ||
# | ||
|
||
ifndef CC65_HOME | ||
${error CC65_HOME not defined! You must specify where cc65 resides} | ||
endif | ||
|
||
.SUFFIXES: | ||
|
||
CONTIKI_TARGET_DIRS = . lib sys | ||
|
@@ -70,3 +66,5 @@ ASFLAGS = -t $(TARGET) | |
CFLAGS += -t $(TARGET) -Or -W -unused-param | ||
LDFLAGS = -t $(TARGET) -m contiki-$(TARGET).map -D __STACKSIZE__=0x200 | ||
AROPTS = a | ||
|
||
CC65_TARGET_DIR := $(shell $(CC) --print-target-path)/$(TARGET) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.