Added libtwl as submodule

This commit is contained in:
Gericom 2023-08-20 18:26:44 +02:00
parent 34a7b54966
commit 692695b8d5
3 changed files with 11 additions and 2 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "code/libs/libtwl"]
path = code/libs/libtwl
url = https://github.com/Gericom/libtwl

View File

@ -10,12 +10,16 @@ export TOPDIR := $(CURDIR)
include $(DEVKITARM)/ds_rules
.PHONY: checkbootstrap checktest clean
.PHONY: checklibtwl checkbootstrap checktest clean
#---------------------------------------------------------------------------------
# main targets
#---------------------------------------------------------------------------------
all: checkbootstrap checktest
all: checklibtwl checkbootstrap checktest
#---------------------------------------------------------------------------------
checklibtwl:
$(MAKE) -C libs/libtwl
#---------------------------------------------------------------------------------
checkbootstrap:
@ -27,5 +31,6 @@ checktest:
#---------------------------------------------------------------------------------
clean:
$(MAKE) -C libs/libtwl clean
$(MAKE) -C bootstrap clean
$(MAKE) -C test clean

1
code/libs/libtwl Submodule

@ -0,0 +1 @@
Subproject commit ba3af908cebef5c4a896b9478647c365bf119876