diff options
Diffstat (limited to 'arch/sparc')
| -rw-r--r-- | arch/sparc/cpu/leon2/Makefile | 7 | ||||
| -rw-r--r-- | arch/sparc/cpu/leon3/Makefile | 7 | 
2 files changed, 0 insertions, 14 deletions
| diff --git a/arch/sparc/cpu/leon2/Makefile b/arch/sparc/cpu/leon2/Makefile index a9a18eb1f..d4dc39703 100644 --- a/arch/sparc/cpu/leon2/Makefile +++ b/arch/sparc/cpu/leon2/Makefile @@ -43,13 +43,6 @@ $(LIB):	$(OBJS)  # defines $(obj).depend target  include $(SRCTREE)/rules.mk -$(START): $(START:.o=.S) -	$(CC) -D__ASSEMBLY__ $(DBGFLAGS) $(OPTFLAGS) -D__KERNEL__ \ -	-DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) -I$(TOPDIR)/include \ -	-fno-builtin -ffreestanding -nostdinc -isystem $(gccincdir) -pipe \ -	$(PLATFORM_CPPFLAGS) -Wall -Wstrict-prototypes \ -	-I$(TOPDIR)/board -c -o $(START) $(START:.o=.S) -  sinclude $(obj).depend  ######################################################################### diff --git a/arch/sparc/cpu/leon3/Makefile b/arch/sparc/cpu/leon3/Makefile index 16d3377c7..1d051e17a 100644 --- a/arch/sparc/cpu/leon3/Makefile +++ b/arch/sparc/cpu/leon3/Makefile @@ -43,13 +43,6 @@ $(LIB):	$(OBJS)  # defines $(obj).depend target  include $(SRCTREE)/rules.mk -$(START): $(START:.o=.S) -	$(CC) -D__ASSEMBLY__ $(DBGFLAGS) $(OPTFLAGS) -D__KERNEL__ \ -	-DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) -I$(TOPDIR)/include \ -	-fno-builtin -ffreestanding -nostdinc -isystem $(gccincdir) -pipe \ -	$(PLATFORM_CPPFLAGS) -Wall -Wstrict-prototypes \ -	-I$(TOPDIR)/board -c -o $(START) $(START:.o=.S) -  sinclude $(obj).depend  ######################################################################### |