Skip to content

Commit

Permalink
hal/sparcv8leon3: remove mflat filter from Makefile
Browse files Browse the repository at this point in the history
mflat flag is no longer used.

JIRA: RTOS-406
  • Loading branch information
lukileczo committed May 18, 2023
1 parent a8aee74 commit f12d2c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hal/sparcv8leon3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

include hal/sparcv8leon3/$(TARGET_SUBFAMILY)/Makefile

CFLAGS := $(filter-out -mflat,$(CFLAGS)) # TODO: remove when kernel supports register windows
CFLAGS += -Ihal/sparcv8leon3/$(TARGET_SUBFAMILY)

OBJS += $(addprefix $(PREFIX_O)hal/$(TARGET_SUFF)/, cpu.o string.o interrupts.o exceptions.o _init.o _interrupts.o _traps.o)

0 comments on commit f12d2c3

Please sign in to comment.