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

r11:798f00e676fa default
r13:8ca866292111 default
Show More
Makefile
23 lines | 540 B | text/x-makefile | MakefileLexer
PROJECTDIR = `pwd`
LIBUC = /opt/libuc2
include $(LIBUC)/rules/common/rules.mk
all:subdir
make -C lpc1768_iic_LandTiger
make -C lpc1768_led_blink
make -C lpc1768_led_blink_Clk_api
make -C lpc1768_ssp_LandTiger
make -C lpc1768_uart
make -C lpc1768_uart_LandTiger
@echo Code compiled
clean:
make clean -C lpc1768_iic_LandTiger
make clean -C lpc1768_led_blink
make clean -C lpc1768_led_blink_Clk_api
make clean -C lpc1768_ssp_LandTiger
make clean -C lpc1768_uart
make clean -C lpc1768_uart_LandTiger
@echo Code compiled