##// END OF EJS Templates
Generic lib clean target bug fixed
Generic lib clean target bug fixed

File last commit:

r15:32fa371f45f3 default
r17:24654bf85fa1 default
Show More
uart.pro
12 lines | 214 B | text/idl | PrologLexer
TEMPLATE = lib
ARCH = lpc17XX-arm-none-eabi-gcc
TARGET = libuart
TARGETINSTALLPATH = $(LIBUC_LIBS_DIR)/UART
HEADERSINSTALLPATH = $(LIBUC_INC_DIR)/UART
LIBS += CORE UHANDLE
SOURCES += uart.c
HEADERS += uart.h