From a554b0c5b79b3ccf4d47cd36d381d8c27180ec2e Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Thu, 16 Feb 2017 16:08:49 +0530 Subject: soc/intel/common/block: Add Intel XHCI driver support Create sample model for common Intel XHCI driver. Change-Id: I81f57bc713900c96d998bae924fc4d38a9024fe3 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/18221 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/intel/common/block/xhci/Makefile.inc | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/soc/intel/common/block/xhci/Makefile.inc (limited to 'src/soc/intel/common/block/xhci/Makefile.inc') diff --git a/src/soc/intel/common/block/xhci/Makefile.inc b/src/soc/intel/common/block/xhci/Makefile.inc new file mode 100644 index 0000000000..43bdf1b29f --- /dev/null +++ b/src/soc/intel/common/block/xhci/Makefile.inc @@ -0,0 +1 @@ +ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_XHCI) += xhci.c -- cgit v1.2.3