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:
parent
5a9d51850d
commit
892857cd2c
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user