From 2155ed411eccde1bff809d00fd89bfe5ae6d2020 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 25 Nov 2013 08:43:42 +0100 Subject: [PATCH] Make: introduce obj-pbl-y For compiling object files both in the regular binary and the pbl. Signed-off-by: Sascha Hauer --- scripts/Makefile.lib | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib index 3ff094f01..6ccf5726c 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))