Missed xt-* in the Makefile!
This commit is contained in:
parent
2f85f3de85
commit
9bfaa5a199
11
Makefile
11
Makefile
|
@ -4,12 +4,11 @@ ifndef PDIR
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
AR = xt-ar
|
AR = xtensa-lx106-elf-ar
|
||||||
CC = xt-xcc
|
CC = xtensa-lx106-elf-gcc
|
||||||
NM = xt-nm
|
NM = xtensa-lx106-elf-nm
|
||||||
CPP = xt-cpp
|
CPP = xtensa-lx106-elf-cpp
|
||||||
OBJCOPY = xt-objcopy
|
OBJCOPY = xtensa-lx106-elf-objcopy
|
||||||
#MAKE = xt-make
|
|
||||||
|
|
||||||
CSRCS ?= $(wildcard *.c)
|
CSRCS ?= $(wildcard *.c)
|
||||||
ASRCs ?= $(wildcard *.s)
|
ASRCs ?= $(wildcard *.s)
|
||||||
|
|
Loading…
Reference in New Issue