##// 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
PROJECTDIR = `pwd`
LIBUC = /opt/libuc2
include $(LIBUC)/rules/common/rules.mk
all:subdir
make -C common/UHANDLE
make -C lpc21XX
make -C lpc17XX
make -C LEON3
make -C common
make -C apps
@echo Code compiled
clean:
make clean -C common/UHANDLE
make clean -C lpc21XX
make clean -C lpc17XX
make clean -C LEON3
make clean -C common
make clean -C apps
@echo Code compiled