Skip to content

Commit

Permalink
nn_idb: move include into libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell committed Apr 26, 2024
1 parent f0582e2 commit ba0cc23
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@ SOURCES := cafe \
libraries/libirc/src \
libraries/nn_erreula \
libraries/nn_sl \
libraries/nn_idb \
libraries/nn_idb/src \
libraries/nn_swkbd
DATA := data
INCLUDES := include \
libraries/libwhb/include \
libraries/libgfd/include \
libraries/libirc/include
libraries/libirc/include \
libraries/nn_idb/include

#---------------------------------------------------------------------------------
# options for code generation
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@
#include <nn/ffl/miidata.h>
#include <nn/hpad/beta.h>
#include <nn/hpad/hpad.h>
#include <nn/idb.h>
#include <nn/nets2/somemopt.h>
#include <nn/nfp/nfp_cpp.h>
#include <nn/nfp/amiibo_settings_cpp.h>
Expand Down

0 comments on commit ba0cc23

Please sign in to comment.