Skip to content

Commit

Permalink
Merge pull request #35 from aze00/gnuk
Browse files Browse the repository at this point in the history
Gnuk port on tomu (experimental)
  • Loading branch information
xobs authored Aug 21, 2018
2 parents a36c650 + f8a1427 commit 520d31a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[submodule "libopencm3"]
path = libopencm3
url = https://github.com/libopencm3/libopencm3
[submodule "gnuk"]
path = gnuk
url = https://github.com/aze00/gnuk.git
branch = efm32
10 changes: 8 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
all: libopencm3-samples
all: libopencm3-samples gnuk
@true

gnuk:
git submodule init
git submodule update --recursive
cd gnuk/src && ./configure --target=TOMU --vidpid=234b:0000
make -C gnuk/src

libopencm3-samples:
git submodule init
git submodule update
Expand All @@ -21,4 +27,4 @@ clean:
make -C usb_midi clean
make -C usb_simple clean

.PHONY: libopencm3-samples
.PHONY: libopencm3-samples gnuk
1 change: 1 addition & 0 deletions gnuk
Submodule gnuk added at ae723f

0 comments on commit 520d31a

Please sign in to comment.