##// END OF EJS Templates
Multi target feature added, It's now possible to generate differents outputs from the same inputs files with differents options...
Multi target feature added, It's now possible to generate differents outputs from the same inputs files with differents options...

File last commit:

r4:cbb4685a2e27 default
r9:4ce02a06b2a6 default
Show More
uart.pro
12 lines | 202 B | text/idl | PrologLexer
TEMPLATE = lib
ARCH = lpc17XX-arm-noabi-gcc
TARGET = libuart
TARGETINSTALLPATH = $(LIBUC_LIBS_DIR)/UART
HEADERSINSTALLPATH = $(LIBUC_INC_DIR)/UART
LIBS += CORE
SOURCES += uart.c
HEADERS += uart.h