##// END OF EJS Templates
LFR's Leon3 target added and and tested with simple hello world.
LFR's Leon3 target added and and tested with simple hello world.

File last commit:

r12:cc0fb1c881c0 default
r13:8ca866292111 default
Show More
Makefile
19 lines | 278 B | text/x-makefile | MakefileLexer
SD card Library started, SDCARD init and detection OK
r11
PROJECTDIR = `pwd`
LIBUC = /opt/libuc2
include $(LIBUC)/rules/common/rules.mk
all:subdir
make -C CORE
make -C UART
just backup
r12 make -C IIC
make -C SSP
SD card Library started, SDCARD init and detection OK
r11 @echo Code compiled
clean:
make clean -C CORE
make clean -C UART
just backup
r12 make clean -C IIC
make clean -C SSP
SD card Library started, SDCARD init and detection OK
r11 @echo Code compiled