mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-06 16:55:09 +00:00
This patch drops the following useless files in the hypervisor: * bsp/*/include/: After commitc849bff850
("HV: config: adapt to the generated config.h") these headers are obsolete for configuration. Drop the directories and move the generated version.h under $(HV_OBJDIR)/include. * all_header.c: This is a temporary file for checking violations in headers, which is accidentally checked in by commit3956ce1596
("HV: io: spell out explicit narrowing of integers"). Signed-off-by: Junjie Mao <junjie.mao@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>