commit | 5abcdc206fe8383f1e74d6cbce2f16ff0b121715 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Tue Dec 19 14:15:25 2017 +0100 |
committer | Michal Simek <michal.simek@xilinx.com> | Mon Jan 08 13:42:39 2018 +0100 |
tree | fce37f6f9489500223629f353685817c9605d893 | |
parent | 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 [diff] [blame] |
soc: xilinx: Create folder structure for soc specific drivers Create directory structure with Makefile/Kconfig for adding xilinx soc specific drivers. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
diff --git a/drivers/soc/xilinx/Makefile b/drivers/soc/xilinx/Makefile new file mode 100644 index 0000000..f66554c --- /dev/null +++ b/drivers/soc/xilinx/Makefile
@@ -0,0 +1 @@ +# SPDX-License-Identifier: GPL-2.0