Correct a few library dependency tracking mistakes

Change-Id: I3d509db3946ca6c284be64c92c4cec313cc4ca1b
This commit is contained in:
David van Moolenbroek
2014-07-10 12:18:11 +02:00
committed by Lionel Sambuc
parent a8492e9397
commit 87d31b0645
6 changed files with 22 additions and 8 deletions

View File

@@ -215,18 +215,32 @@ LIB${_lib:tu}= ${DESTDIR}/usr/lib/lib${_lib:S/xx/++/:S/atf_c/atf-c/}.a
bdev \
blockdriver \
chardriver \
clkconf \
compat_minix \
ddekit \
ddekit_usb_client \
ddekit_usb_server \
devman \
elf \
exec \
ddekit \
devman \
gpio \
hgfs \
i2cdriver \
inputdriver \
lwip \
minc \
minixfs \
minlib \
mthread \
netdriver \
netsock \
sffs \
sys \
timers \
usb
usb \
vboxfs \
virtio \
vtreefs
.ifndef LIB${_lib:tu}
LIB${_lib:tu}= ${DESTDIR}/usr/lib/lib${_lib:S/xx/++/:S/atf_c/atf-c/}.a
.MADE: ${LIB${_lib:tu}} # Note: ${DESTDIR} will be expanded