Pass name variable along
This commit is contained in:
parent
6ed8741006
commit
d46beac22a
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,6 +4,7 @@ loader/build
|
|||||||
injector/build
|
injector/build
|
||||||
exceptions/arm9/build
|
exceptions/arm9/build
|
||||||
exceptions/arm11/build
|
exceptions/arm11/build
|
||||||
|
haxloader/build
|
||||||
*.bin
|
*.bin
|
||||||
*.3dsx
|
*.3dsx
|
||||||
*.smdh
|
*.smdh
|
||||||
|
2
Makefile
2
Makefile
@ -55,7 +55,7 @@ a9lh: $(dir_out)/arm9loaderhax.bin
|
|||||||
.PHONY: haxloader
|
.PHONY: haxloader
|
||||||
haxloader: a9lh
|
haxloader: a9lh
|
||||||
@mkdir -p $(dir_out)
|
@mkdir -p $(dir_out)
|
||||||
@$(MAKE) -C $(dir_haxloader)
|
@$(MAKE) name=$(name) -C $(dir_haxloader)
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
|
@ -11,8 +11,6 @@ AS := arm-none-eabi-as
|
|||||||
LD := arm-none-eabi-ld
|
LD := arm-none-eabi-ld
|
||||||
OC := arm-none-eabi-objcopy
|
OC := arm-none-eabi-objcopy
|
||||||
|
|
||||||
name := Luma3DS
|
|
||||||
|
|
||||||
dir_source := source
|
dir_source := source
|
||||||
dir_cakebrah := CakeBrah
|
dir_cakebrah := CakeBrah
|
||||||
dir_cakehax := CakeHax
|
dir_cakehax := CakeHax
|
||||||
|
Reference in New Issue
Block a user