mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-01 08:48:20 +00:00
d92bd3afee
Fixes #4910
11 lines
173 B
Makefile
11 lines
173 B
Makefile
PLAT := imx6
|
|
ARCH := arm
|
|
BOARD := imx6q_sabrelite
|
|
|
|
SEL4_ARCH := aarch32
|
|
SEL4_WORDBITS := 32
|
|
|
|
LIBS += kernel-sel4-imx6q_sabrelite
|
|
|
|
include $(REP_DIR)/lib/mk/syscall-sel4.inc
|