9
0
Fork 0

Make: introduce obj-pbl-y

For compiling object files both in the regular binary and the pbl.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2013-11-25 08:43:42 +01:00
parent e0fbce20e6
commit 2155ed411e
1 changed files with 3 additions and 0 deletions

View File

@ -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))