##// END OF EJS Templates
added bsp feature
added bsp feature

File last commit:

r2:9fb2544f9ae2 default
r3:3953fa862d83 default
Show More
Makefile
18 lines | 381 B | text/x-makefile | MakefileLexer
PROJECTDIR = `pwd`
LIBUC = /opt/libuc2
HEADERSINSTALLPATH = $(LIBUC_INC_DIR)/UART
HEADERS += uart.h
SOURCES += uart.c
OBJECTFILES = $(SOURCES:.c=.o)
ARCH = $(LIBUC)/rules/lpc17XX-arm-noabi-gcc
TARGET=libuart
LIBUC_INCLUDES=
LIBUC_LIBRARIES=
TARGETINSTALLPATH=$(LIBUC_LIBS_DIR)/UART
HEADERSINSTALLPATH=$(LIBUC_INC_DIR)/UART
include $(ARCH)/rules.mk
all:lib
@echo Code compiled