diff --git a/sysmodules/pxi/Makefile b/sysmodules/pxi/Makefile index 49a71f2..0330ca4 100644 --- a/sysmodules/pxi/Makefile +++ b/sysmodules/pxi/Makefile @@ -6,11 +6,6 @@ endif include $(DEVKITARM)/3ds_rules -CC := arm-none-eabi-gcc -AS := arm-none-eabi-as -LD := arm-none-eabi-ld -OC := arm-none-eabi-objcopy - name := pxi dir_source := source diff --git a/sysmodules/rosalina/Makefile b/sysmodules/rosalina/Makefile index 807bad9..24656de 100644 --- a/sysmodules/rosalina/Makefile +++ b/sysmodules/rosalina/Makefile @@ -6,11 +6,6 @@ endif include $(DEVKITARM)/3ds_rules -CC := arm-none-eabi-gcc -AS := arm-none-eabi-as -LD := arm-none-eabi-ld -OC := arm-none-eabi-objcopy - name := $(shell basename $(CURDIR)) dir_source := source diff --git a/sysmodules/sm/Makefile b/sysmodules/sm/Makefile index 7f870bf..0bdc9ec 100644 --- a/sysmodules/sm/Makefile +++ b/sysmodules/sm/Makefile @@ -6,11 +6,6 @@ endif include $(DEVKITARM)/3ds_rules -CC := arm-none-eabi-gcc -AS := arm-none-eabi-as -LD := arm-none-eabi-ld -OC := arm-none-eabi-objcopy - name := sm dir_source := source