omap4 & gpio_drv: add config lib

ref #874
This commit is contained in:
Martin Stein 2013-10-29 15:50:09 +01:00 committed by Norman Feske
parent cc17d82d92
commit 493ea55a72

View File

@ -1,7 +1,7 @@
TARGET = gpio_drv TARGET = gpio_drv
REQUIRES = omap4 REQUIRES = omap4
SRC_CC = main.cc SRC_CC = main.cc
LIBS = base LIBS = base config
INC_DIR += $(PRG_DIR) INC_DIR += $(PRG_DIR)
vpath main.cc $(PRG_DIR) vpath main.cc $(PRG_DIR)