From 3d5c5e81866646998a04fb2423ad3766d242dc1a Mon Sep 17 00:00:00 2001 From: Mulin Chao Date: Fri, 8 Jan 2016 10:13:13 +0800 Subject: wheatley: replace Makefile with real link file. Replace Makefile with real link file in order to build sources in board folder. Modified drivers: 1. Makefile: change file type to link file BUG=chrome-os-partner:34346 TEST=make buildall -j; test nuvoton IC specific drivers BRANCH=none Change-Id: Iba80166369869d661c8f6da989e3bc1c586047e7 Signed-off-by: Mulin Chao Reviewed-on: https://chromium-review.googlesource.com/320901 Reviewed-by: Kevin K Wong Reviewed-by: Shawn N --- board/wheatley/Makefile | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 120000 board/wheatley/Makefile diff --git a/board/wheatley/Makefile b/board/wheatley/Makefile deleted file mode 100644 index 94aaae2c4d..0000000000 --- a/board/wheatley/Makefile +++ /dev/null @@ -1 +0,0 @@ -../../Makefile \ No newline at end of file diff --git a/board/wheatley/Makefile b/board/wheatley/Makefile new file mode 120000 index 0000000000..94aaae2c4d --- /dev/null +++ b/board/wheatley/Makefile @@ -0,0 +1 @@ +../../Makefile \ No newline at end of file -- cgit v1.2.1