##// END OF EJS Templates
IIC library for lpc17xx started
IIC library for lpc17xx started

File last commit:

r6:9626d775d625 default
r6:9626d775d625 default
Show More
Makefile
19 lines | 416 B | text/x-makefile | MakefileLexer
IIC library for lpc17xx started
r6
PROJECTDIR = `pwd`
LIBUC = /opt/libuc2
HEADERSINSTALLPATH = $(LIBUC_BSP_INC_DIR)/generic
HEADERS += bsp.h
LIBSOURCES += bsp.c
OBJECTFILES = $(LIBSOURCES:.c=.o)
ARCH = $(LIBUC)/rules/lpc17XX-arm-noabi-gcc
TARGET=libbsp
LIBUC_INCLUDES=
LIBUC_LIBRARIES=
TARGETINSTALLPATH=$(LIBUC_BSP_BIN_DIR)/generic
HEADERSINSTALLPATH=$(LIBUC_BSP_INC_DIR)/generic
BSP=generic
include $(ARCH)/rules.mk
all:lib
@echo Code compiled