mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-03 16:18:51 -04:00
Finish writing stratosphere_get_ini1
This commit is contained in:
parent
6efe91b083
commit
1288f54965
2 changed files with 10 additions and 10 deletions
|
@ -37,9 +37,7 @@ LDFLAGS = -specs=linker.specs -g $(ARCH)
|
|||
|
||||
bundled = $(dir_exosphere)/out/exosphere.bin $(dir_thermosphere)/out/thermosphere.bin \
|
||||
$(dir_stratosphere)/loader/loader.kip $(dir_stratosphere)/pm/pm.kip \
|
||||
$(dir_stratosphere)/sm/sm.kip
|
||||
|
||||
#$(dir_stratosphere)/boot/boot.kip $(dir_stratosphere)/boot2/boot2.kip
|
||||
$(dir_stratosphere)/sm/sm.kip $(dir_stratosphere)/boot/boot_100.kip $(dir_stratosphere)/boot/boot_200.kip
|
||||
|
||||
objects = $(patsubst $(dir_source)/%.s, $(dir_build)/%.o, \
|
||||
$(patsubst $(dir_source)/%.c, $(dir_build)/%.o, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue