Skip to content

Commit

Permalink
build: Use abandonware prefix for IoT.js
Browse files Browse the repository at this point in the history
Change-Id: I9fba93dc318edd8f1d21dcc04d11c6d20d228763
Relate-to: dbridges/bmp085-sensor#10
Signed-off-by: Philippe Coval <[email protected]>
  • Loading branch information
rzr committed Jan 13, 2020
1 parent 8fe7703 commit e66307d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ bmp085-sensor_revision?=v0.0.6-1
color-sensor-js_url?=https://github.com/SamsungInternet/color-sensor-js
color-sensor-js_revision?=v0.0.9

iotjs_modules_dirs+=${iotjs_modules_dir}/bh1750
iotjs_modules_dirs+=${iotjs_modules_dir}/bmp085-sensor
iotjs_modules_dirs+=${iotjs_modules_dir}/@abandonware/bh1750
iotjs_modules_dirs+=${iotjs_modules_dir}/@abandonware/bmp085-sensor
iotjs_modules_dirs+=${iotjs_modules_dir}/color-sensor-js

IOTJS_EXTRA_MODULE_PATH?=.
Expand Down

0 comments on commit e66307d

Please sign in to comment.