i.MX53: add config lib to GPIO driver (fix #915)

This commit is contained in:
Stefan Kalkowski 2013-10-14 11:40:42 +02:00 committed by Christian Helmuth
parent 81e69dc8da
commit 3fc962b539

View File

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