diff --git a/sysmodules/pxi/Makefile b/sysmodules/pxi/Makefile index 49a71f2e..0330ca44 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 807bad98..24656de1 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 7f870bf2..0bdc9ec9 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