From 815b1356903306c66b3a433f0daa4577e1182a2e Mon Sep 17 00:00:00 2001 From: Daisuke Nojiri Date: Fri, 8 Jul 2016 13:51:59 -0700 Subject: Remove Makefile symlinks under board directory This feature is inconsistent. Not all boards have such a symlink (for a obvious reason). This feature is fragile. It's most likely not tested and going to be broken if not already. Developers won't like it if they have to test two different ways to build boards before submitting patches. This feature is not necessary. If you build EC in the standard way (e.g. make BOARD=samus), these symlinks are not needed. This feature is wasteful. Extra disk spaces are used and extra lines are added to Makefile (increasing code complexity slightly). BUG=chromium:626776 BRANCH=none TEST=make buildall Change-Id: Id5444284d773cb0e9225f39abd877441b8f61440 Signed-off-by: Daisuke Nojiri Reviewed-on: https://chromium-review.googlesource.com/359321 Reviewed-by: Randall Spangler --- board/jerry/Makefile | 1 - 1 file changed, 1 deletion(-) delete mode 120000 board/jerry/Makefile (limited to 'board/jerry') diff --git a/board/jerry/Makefile b/board/jerry/Makefile deleted file mode 120000 index 94aaae2c4d..0000000000 --- a/board/jerry/Makefile +++ /dev/null @@ -1 +0,0 @@ -../../Makefile \ No newline at end of file -- cgit v1.2.1