mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-03 22:06:22 +00:00
11 lines
229 B
Makefile
11 lines
229 B
Makefile
codeprop-tmp_src = codeprop-tmp.c
|
|
|
|
# Enable LARGE MEMORY MODEL supports for WISMOTE and EXP5438 platform
|
|
ifeq ($(TARGET),wismote)
|
|
TARGET_MEMORY_MODEL = large
|
|
endif
|
|
|
|
ifeq ($(TARGET),exp5438)
|
|
TARGET_MEMORY_MODEL = large
|
|
endif
|