##// END OF EJS Templates
Sync
Sync

File last commit:

r71:608b7f0e27c2 dev_alexis
r101:0f3d6936517a dev_alexis
Show More
gpio.pro
14 lines | 218 B | text/idl | PrologLexer
Huge cleanup, removed "out of dir building" now libuc contains qmake and...
r71 TEMPLATE = lib
ARCH = lpc17xx-arm-none-eabi-gcc
TARGET = libgpio
TARGETINSTALLPATH = $(LIBUC_LIBS_DIR_GPIO)
HEADERSINSTALLPATH =
LIBS += UHANDLE CPU
SOURCES += gpio.c
HEADERS +=
INCLUDES += $(LIBUC_INC_DIR_GPIO)