diff options
| author | Damien George | 2017-01-29 15:15:16 +1100 |
|---|---|---|
| committer | Damien George | 2017-01-30 12:26:07 +1100 |
| commit | 56506fd64a40f9c5ea97888245df6f2cb8b20744 (patch) | |
| tree | 152a6a95d1f3393e0b8b535e2a8f6f7a18692fd2 /cc3200/Makefile | |
| parent | 6eafa544865a5d6dcb18f9161f7a18bd4fb6229f (diff) | |
cc3200: Convert to use new VFS sub-system and new ooFatFs library.
Diffstat (limited to 'cc3200/Makefile')
| -rw-r--r-- | cc3200/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc3200/Makefile b/cc3200/Makefile index 1798ac927..4db3b9e8d 100644 --- a/cc3200/Makefile +++ b/cc3200/Makefile @@ -23,6 +23,7 @@ CFLAGS_CORTEX_M4 = -mthumb -mtune=cortex-m4 -march=armv7e-m -mabi=aapcs -mcpu=co CFLAGS = -Wall -Wpointer-arith -Werror -ansi -std=gnu99 -nostdlib $(CFLAGS_CORTEX_M4) -Os CFLAGS += -g -ffunction-sections -fdata-sections -fno-common -fsigned-char -mno-unaligned-access CFLAGS += -Iboards/$(BOARD) +CFLAGS += $(CFLAGS_MOD) LDFLAGS = -Wl,-nostdlib -Wl,--gc-sections -Wl,-Map=$@.map |
