1
0
mirror of git://projects.qi-hardware.com/nn-usb-fpga.git synced 2025-04-21 12:27:27 +03:00

Some changes to lua's blink demo

This commit is contained in:
Carlos Camargo
2010-09-06 21:25:51 -05:00
parent 91fdaa29b6
commit d01e4f4f47
3 changed files with 14 additions and 16 deletions

View File

@@ -7,7 +7,7 @@ CCFLAGS = ${INCLUDE} ${DEBUG} ${WARNINGS} -std=c99 -fPIC
LDFLAGS = -L$(OPENWRT_BUILD_DIR)/usr/lib -llua -ldl
DEBUG = -O3 -g0
NANO_PATH = root@192.168.254.101:
TARGET = sram_gpio_lib
TARGET = gpio
COMMON_SOURCES = jz47xx_gpio.c jz47xx_mmap.c sram_gpio_wrap.c
COMMON_OBJECTS = $(COMMON_SOURCES:.c=.o)