aboutsummaryrefslogtreecommitdiff
path: root/rtas/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'rtas/Makefile.inc')
-rw-r--r--rtas/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtas/Makefile.inc b/rtas/Makefile.inc
index 30e8015..b7799c5 100644
--- a/rtas/Makefile.inc
+++ b/rtas/Makefile.inc
@@ -25,9 +25,9 @@ CPPFLAGS += -I$(RTASBRDDIR) -I$(RTASCMNDIR) \
-I$(INCLCMNDIR) -I$(INCLBRDDIR) \
-I$(LIBCMNDIR)/libc/include \
-I$(INCLCMNDIR)/$(CPUARCH)
-ASFLAGS = $(PLATFORM) -Wa,-mregnames $(FLAG)
+ASFLAGS = -Wa,-mregnames $(FLAG)
CFLAGS += -g -nostdinc -ffreestanding -Wall -Wextra -O2 -msoft-float \
- -mno-altivec -mabi=no-altivec $(PLATFORM) $(FLAG)
+ -mno-altivec -mabi=no-altivec $(FLAG)
# Common RTAS files:
RTAS_SRC_ASM = reloc.S rtas_common.S rtas_entry.S rtas_term.S \