##// END OF EJS Templates
SD card Library started, SDCARD init and detection OK
SD card Library started, SDCARD init and detection OK

File last commit:

r9:4ce02a06b2a6 default
r10:75324080a75f default
Show More
Makefile
20 lines | 476 B | text/x-makefile | MakefileLexer
PROJECTDIR = `pwd`
LIBUC = /opt/libuc2
HEADERSINSTALLPATH = $(LIBUC_INC_DIR_UCSTRINGS)
HEADERS += libucstrings.h
LIBSOURCES += libucstrings.c
OBJECTFILES = $(LIBSOURCES:.c=.o)
ARCH = lpc17XX-arm-noabi-gcc
ARCHFOLDER = $(LIBUC)/rules/lpc17XX-arm-noabi-gcc
TARGET=libucstrings
LIBUC_INCLUDES=
LIBUC_LIBRARIES=
TARGETINSTALLPATH=$(LIBUC_LIBS_DIR_UCSTRINGS)
HEADERSINSTALLPATH=$(LIBUC_INC_DIR_UCSTRINGS)
BSP=generic
include $(ARCHFOLDER)/rules.mk
all:lib
@echo Code compiled