diff options
Diffstat (limited to 'system-clock/Makefile.preamble')
-rw-r--r-- | system-clock/Makefile.preamble | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system-clock/Makefile.preamble b/system-clock/Makefile.preamble index b53a130..4be2dac 100644 --- a/system-clock/Makefile.preamble +++ b/system-clock/Makefile.preamble @@ -2,8 +2,8 @@ OPT?=-O PREFIX?=arm-unknown-eabi- CC=$(PREFIX)gcc LD=$(PREFIX)ld -CFLAGS?=$(OPT) -mcpu=cortex-m4 -mthumb -g -lgcc -static -nostartfiles -LD_FLAGS?=-T linker_script.ld -nostdlib --cref -Map main.map -static +CFLAGS?=$(OPT) -mcpu=cortex-m4 -mthumb -g -lgcc -static -nostartfiles -Iinclude +LD_FLAGS?=-T linker/linker_script.ld -nostdlib --cref -Map linker/main.map -static all: _$(PREFIX)_obs/main.elf |