summaryrefslogtreecommitdiff
path: root/board/soraka
diff options
context:
space:
mode:
authorNicolas Boichat <drinkcat@chromium.org>2018-01-05 13:35:14 +0800
committerchrome-bot <chrome-bot@chromium.org>2018-01-05 12:10:01 -0800
commit1c0d70d1b0796fc339e7b59eeeed118a081f5908 (patch)
treeaa488b6ce73eb0c54b751d6d431e4ff289f04e34 /board/soraka
parentca7bf51513a2ae5cdaf755f2a89e4f14b182d86c (diff)
downloadchrome-ec-1c0d70d1b0796fc339e7b59eeeed118a081f5908.tar.gz
soraka: Replace individual files symlinks by directory symlinks
Makes it easier to add new files in poppy folder. BRANCH=none BUG=none TEST=make buildall -j Change-Id: I1614d26b4a3766da9aff8c05eaed632a9589955d Signed-off-by: Nicolas Boichat <drinkcat@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/851553 Reviewed-by: Furquan Shaikh <furquan@chromium.org>
Diffstat (limited to 'board/soraka')
l---------board/soraka1
l---------board/soraka/battery.c1
l---------board/soraka/board.c1
l---------board/soraka/board.h1
l---------board/soraka/build.mk1
l---------board/soraka/ec.tasklist1
l---------board/soraka/gpio.inc1
l---------board/soraka/led.c1
l---------board/soraka/usb_pd_policy.c1
9 files changed, 1 insertions, 8 deletions
diff --git a/board/soraka b/board/soraka
new file mode 120000
index 0000000000..e61be5c7db
--- /dev/null
+++ b/board/soraka
@@ -0,0 +1 @@
+poppy \ No newline at end of file
diff --git a/board/soraka/battery.c b/board/soraka/battery.c
deleted file mode 120000
index 50355ce837..0000000000
--- a/board/soraka/battery.c
+++ /dev/null
@@ -1 +0,0 @@
-../poppy/battery.c \ No newline at end of file
diff --git a/board/soraka/board.c b/board/soraka/board.c
deleted file mode 120000
index 94825835d1..0000000000
--- a/board/soraka/board.c
+++ /dev/null
@@ -1 +0,0 @@
-../poppy/board.c \ No newline at end of file
diff --git a/board/soraka/board.h b/board/soraka/board.h
deleted file mode 120000
index 2082cb68fd..0000000000
--- a/board/soraka/board.h
+++ /dev/null
@@ -1 +0,0 @@
-../poppy/board.h \ No newline at end of file
diff --git a/board/soraka/build.mk b/board/soraka/build.mk
deleted file mode 120000
index 2c4cff2287..0000000000
--- a/board/soraka/build.mk
+++ /dev/null
@@ -1 +0,0 @@
-../poppy/build.mk \ No newline at end of file
diff --git a/board/soraka/ec.tasklist b/board/soraka/ec.tasklist
deleted file mode 120000
index 981041b90d..0000000000
--- a/board/soraka/ec.tasklist
+++ /dev/null
@@ -1 +0,0 @@
-../poppy/ec.tasklist \ No newline at end of file
diff --git a/board/soraka/gpio.inc b/board/soraka/gpio.inc
deleted file mode 120000
index 4945b2f187..0000000000
--- a/board/soraka/gpio.inc
+++ /dev/null
@@ -1 +0,0 @@
-../poppy/gpio.inc \ No newline at end of file
diff --git a/board/soraka/led.c b/board/soraka/led.c
deleted file mode 120000
index 5e7dfa71bf..0000000000
--- a/board/soraka/led.c
+++ /dev/null
@@ -1 +0,0 @@
-../poppy/led.c \ No newline at end of file
diff --git a/board/soraka/usb_pd_policy.c b/board/soraka/usb_pd_policy.c
deleted file mode 120000
index a904bf6342..0000000000
--- a/board/soraka/usb_pd_policy.c
+++ /dev/null
@@ -1 +0,0 @@
-../poppy/usb_pd_policy.c \ No newline at end of file