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
1 changed files with 1 additions and 1 deletions

View File

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