mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-27 09:12:32 +00:00
b765cef359
Instead of using the Wandboard Quad, the reference hardware from NXP i.MX6 Quad Sabrelite will be used by Fiasco.OC, sel4 and hw by default.
9 lines
142 B
Makefile
9 lines
142 B
Makefile
PLAT := imx6
|
|
ARCH := arm
|
|
|
|
SEL4_ARCH := aarch32
|
|
PLAT_BOARD := /imx6q_sabrelite
|
|
SEL4_WORDBITS := 32
|
|
|
|
include $(REP_DIR)/lib/mk/syscall-sel4.inc
|