Kbuild: VPFile can be selected from outside the working directory.

This commit allows to select a VPFile outside the working directory.
This change is needed for sanity checks.

Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>
Change-Id: Ia6f1e334c0a5274c4029197e5f64aaa4c236f9f0
This commit is contained in:
Juan Manuel Cruz 2015-05-09 10:48:41 -05:00 committed by Anas Nashif
parent 5a9d51850d
commit 892857cd2c

View File

@ -26,13 +26,13 @@ define filechk_prj.vpf
echo " EVENT _TaskIrqEvt$$i NULL"; \
done; \
fi; \
cat $(PROJECT)/$(VPFILE); \
cat $(VPFILE); \
cat $(srctree)/config/$(CONFIG_BSP_DIR)/ukernel/config1p.vpf;)
endef
#Specific source code generation for Viper
misc/generated/nodes/prj.vpf: $(srctree)/config/$(CONFIG_BSP_DIR)/ukernel/config1p.vpf \
$(PROJECT)/$(VPFILE) \
$(VPFILE) \
include/config/auto.conf FORCE
$(call filechk,prj.vpf)