summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-12-06 08:23:27 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-12-06 08:23:27 +0100
commit6d7fae1e97d67b635a972b0f1f5c6a140c596e95 (patch)
tree8e12b54c5b1bb7e518a920b2b8446b59f42587ae /scripts
parente9ea6eeaabb15258dbeefe06a421fca8c2fe9baa (diff)
parent8cf612878ef9b297d304db1574b5604ddc675b58 (diff)
downloadbarebox-6d7fae1e97d67b635a972b0f1f5c6a140c596e95.tar.gz
barebox-6d7fae1e97d67b635a972b0f1f5c6a140c596e95.tar.xz
Merge branch 'for-next/omap-devicetree-prepare'
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.lib3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index 3ff094f018..6ccf5726c7 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -29,6 +29,9 @@ else
obj-y += $(lwl-y)
endif
+obj-y += $(obj-pbl-y)
+pbl-y += $(obj-pbl-y)
+
# for non dirs add pbl- prefix to the target
# so we recompile the source with custom flags and custom quiet
__pbl-y := $(notdir $(pbl-y))