Skip to content

Commit

Permalink
gr716: don't compile flash drv for fpga
Browse files Browse the repository at this point in the history
JIRA: RTOS-647
  • Loading branch information
lukileczo committed Nov 2, 2023
1 parent 2d17457 commit f348b46
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hal/sparcv8leon3/gr716/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ PLO_COMMANDS := alias app call console copy dump echo go help kernel map mem phf

include devices/gpio-gr716/Makefile
include devices/uart-grlib/Makefile
include devices/flash-gr716/Makefile
ifeq ($(TARGET_PROJECT), mini)
include devices/flash-gr716/Makefile
endif

OBJS += $(addprefix $(PREFIX_O)hal/$(TARGET_SUFF)/$(TARGET_SUBFAMILY)/, hal.o gr716.o timer.o console.o)

0 comments on commit f348b46

Please sign in to comment.