Reorganized crypto related code to crypto subdir

This commit is contained in:
d0k3 2016-12-05 22:53:28 +01:00
parent 1b4481daa5
commit d10315ba64
5 changed files with 2 additions and 2 deletions

View File

@ -21,9 +21,9 @@ ifeq ($(MODE),safe)
export TARGET := SafeMode9
endif
BUILD := build
SOURCES := source source/fatfs source/nand source/virtual source/game source/abstraction
SOURCES := source source/crypto source/fatfs source/nand source/virtual source/game source/abstraction
DATA := data
INCLUDES := source source/font source/fatfs source/nand source/virtual source/game
INCLUDES := source source/font source/crypto source/fatfs source/nand source/virtual source/game
#---------------------------------------------------------------------------------
# options for code generation