##// 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:

r13:8ca866292111 default
r13:8ca866292111 default
Show More
Makefile
23 lines | 390 B | text/x-makefile | MakefileLexer
IIC library for lpc17xx started
r6
PROJECTDIR = `pwd`
LIBUC = /opt/libuc2
include $(LIBUC)/rules/common/rules.mk
all:subdir
just backup
r12 make -C common/UHANDLE
SD card Library started, SDCARD init and detection OK
r10 make -C lpc21XX
IIC library for lpc17xx started
r6 make -C lpc17XX
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13 make -C LEON3
SD card Library started, SDCARD init and detection OK
r10 make -C common
just backup
r12 make -C apps
IIC library for lpc17xx started
r6 @echo Code compiled
clean:
just backup
r12 make clean -C common/UHANDLE
SD card Library started, SDCARD init and detection OK
r10 make clean -C lpc21XX
IIC library for lpc17xx started
r6 make clean -C lpc17XX
jeandet@PC-DE-JEANDET.lpp.polytechnique.fr
LFR's Leon3 target added and and tested with simple hello world.
r13 make clean -C LEON3
SD card Library started, SDCARD init and detection OK
r10 make clean -C common
just backup
r12 make clean -C apps
IIC library for lpc17xx started
r6 @echo Code compiled