mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-12-18 00:12:03 +00:00
Change fusee folder naming
This commit is contained in:
parent
2c7d6dc9b7
commit
18f1274587
171 changed files with 12 additions and 12 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -57,11 +57,11 @@ exosphere/bpmpfw/out/**
|
|||
exosphere/bpmpfw/build/**
|
||||
exosphere/build/**
|
||||
exosphere/out/**
|
||||
fusee/fusee-loader/out/**
|
||||
fusee/fusee-loader/build/**
|
||||
fusee/fusee-stage1/out/**
|
||||
fusee/fusee-stage1/build/**
|
||||
fusee/fusee/out/**
|
||||
fusee/fusee/build/**
|
||||
fusee/fusee-primary/out/**
|
||||
fusee/fusee-primary/build/**
|
||||
fusee/fusee-secondary/out/**
|
||||
fusee/fusee-secondary/build/**
|
||||
fusee/fusee-tertiary/out/**
|
||||
fusee/fusee-tertiary/build/**
|
||||
fusee/out/**
|
||||
fusee/build/**
|
||||
|
|
|
@ -9,9 +9,9 @@ include $(DEVKITARM)/base_tools
|
|||
dir_source := src
|
||||
dir_out := out
|
||||
dir_exosphere := ../exosphere
|
||||
dir_main := fusee
|
||||
dir_loader := fusee-loader
|
||||
dir_stage1 := fusee-stage1
|
||||
dir_main := fusee-tertiary
|
||||
dir_loader := fusee-secondary
|
||||
dir_stage1 := fusee-primary
|
||||
|
||||
ARCH := -march=armv4t -mtune=arm7tdmi -mthumb -mthumb-interwork
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ endif
|
|||
|
||||
include $(DEVKITARM)/base_tools
|
||||
|
||||
name := fusee-loader
|
||||
name := fusee-primary
|
||||
|
||||
dir_source := src
|
||||
dir_build := build
|
|
@ -6,7 +6,7 @@ endif
|
|||
|
||||
include $(DEVKITARM)/base_tools
|
||||
|
||||
name := fusee
|
||||
name := fusee-secondary
|
||||
|
||||
dir_source := src
|
||||
dir_build := build
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue