mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-12-19 17:02:14 +00:00
Change fusee folder naming
This commit is contained in:
parent
2c7d6dc9b7
commit
18f1274587
171 changed files with 12 additions and 12 deletions
.gitignore
fusee
Makefile
fusee-primary
Makefilelinker.ldlinker.specs
src
fuse.cfuse.hhwinit.h
hwinit
btn.cbtn.hclock.cclock.hcluster.ccluster.hdi.cdi.hdi.inlemc.hfuse.cfuse.hhwinit.chwinit.hi2c.ci2c.hmax77620.hmc.hpinmux.cpinmux.hpmc.hsdram.csdram.hsdram.inlt210.htsec.ctsec.htypes.huart.cuart.hutil.cutil.h
main.cpanic_color.hpmc.hpreprocessor.hsd_utils.csd_utils.hsdmmc.csdmmc.hse.cse.hstart.stimers.hutils.cutils.hfusee-secondary
Makefilelinker.ldlinker.specs
src
fuse.cfuse.hhwinit.h
hwinit
btn.cbtn.hclock.cclock.hcluster.ccluster.hdi.cdi.hdi.inlemc.hfuse.cfuse.hhwinit.chwinit.hi2c.ci2c.hmax77620.hmc.hpinmux.cpinmux.hpmc.hsdram.csdram.hsdram.inlt210.htsec.ctsec.htypes.huart.cuart.hutil.cutil.h
loader.cloader.hmain.cpanic_color.hpmc.hpreprocessor.hsd_utils.csd_utils.h
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -57,11 +57,11 @@ exosphere/bpmpfw/out/**
|
||||||
exosphere/bpmpfw/build/**
|
exosphere/bpmpfw/build/**
|
||||||
exosphere/build/**
|
exosphere/build/**
|
||||||
exosphere/out/**
|
exosphere/out/**
|
||||||
fusee/fusee-loader/out/**
|
fusee/fusee-primary/out/**
|
||||||
fusee/fusee-loader/build/**
|
fusee/fusee-primary/build/**
|
||||||
fusee/fusee-stage1/out/**
|
fusee/fusee-secondary/out/**
|
||||||
fusee/fusee-stage1/build/**
|
fusee/fusee-secondary/build/**
|
||||||
fusee/fusee/out/**
|
fusee/fusee-tertiary/out/**
|
||||||
fusee/fusee/build/**
|
fusee/fusee-tertiary/build/**
|
||||||
fusee/out/**
|
fusee/out/**
|
||||||
fusee/build/**
|
fusee/build/**
|
||||||
|
|
|
@ -9,9 +9,9 @@ include $(DEVKITARM)/base_tools
|
||||||
dir_source := src
|
dir_source := src
|
||||||
dir_out := out
|
dir_out := out
|
||||||
dir_exosphere := ../exosphere
|
dir_exosphere := ../exosphere
|
||||||
dir_main := fusee
|
dir_main := fusee-tertiary
|
||||||
dir_loader := fusee-loader
|
dir_loader := fusee-secondary
|
||||||
dir_stage1 := fusee-stage1
|
dir_stage1 := fusee-primary
|
||||||
|
|
||||||
ARCH := -march=armv4t -mtune=arm7tdmi -mthumb -mthumb-interwork
|
ARCH := -march=armv4t -mtune=arm7tdmi -mthumb -mthumb-interwork
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ endif
|
||||||
|
|
||||||
include $(DEVKITARM)/base_tools
|
include $(DEVKITARM)/base_tools
|
||||||
|
|
||||||
name := fusee-loader
|
name := fusee-primary
|
||||||
|
|
||||||
dir_source := src
|
dir_source := src
|
||||||
dir_build := build
|
dir_build := build
|
|
@ -6,7 +6,7 @@ endif
|
||||||
|
|
||||||
include $(DEVKITARM)/base_tools
|
include $(DEVKITARM)/base_tools
|
||||||
|
|
||||||
name := fusee
|
name := fusee-secondary
|
||||||
|
|
||||||
dir_source := src
|
dir_source := src
|
||||||
dir_build := build
|
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