##// END OF EJS Templates
added pdf template
added pdf template

File last commit:

r6:9626d775d625 default
r8:8cd05144ebee default
Show More
Makefile
19 lines | 515 B | text/x-makefile | MakefileLexer
PROJECTDIR = `pwd`
LIBUC = /opt/libuc2
HEADERS +=
APPSOURCES += main.c
OBJECTFILES = $(APPSOURCES:.c=.o)
ARCH = $(LIBUC)/rules/lpc17XX-arm-noabi-gcc
TARGET=lpc1768_uart
LIBUC_INCLUDES=$(LIBUC_INC_DIR_UART) $(LIBUC_INC_DIR_CORE) $(LIBUC_INC_DIR_UCSTRINGS)
LIBUC_LIBRARIES=$(LIBUC_LIBS_DIR_UART) $(LIBUC_LIBS_UART) $(LIBUC_LIBS_DIR_CORE) $(LIBUC_LIBS_CORE) $(LIBUC_LIBS_DIR_UCSTRINGS) $(LIBUC_LIBS_UCSTRINGS)
TARGETINSTALLPATH=
HEADERSINSTALLPATH=
BSP=mbed
include $(ARCH)/rules.mk
all:bin
@echo Code compiled