2017-01-02 14:29:21 +00:00
|
|
|
SPECS += genode hw
|
|
|
|
|
|
|
|
ifeq ($(filter-out $(SPECS),x86_64),)
|
|
|
|
SPECS += pci ps2 vesa framebuffer
|
|
|
|
|
|
|
|
ifneq ($(filter-out $(SPECS),muen),)
|
2017-04-28 13:27:26 +00:00
|
|
|
SPECS += acpi x86_pc
|
2017-01-02 14:29:21 +00:00
|
|
|
endif
|
tool: deprecate board-specific build directories
* Introduces BOARD variable to determine actual board
* Removes formerly deprecated kernel-specific build directories
The following boards are available:
arm_v6: rpi
arm_v7a: arndale, imx53_qsb, imx53_qsb_tz, imx6q_sabrelite, imx7d_sabre,
nit6_solox, odroid_x2, odroid_xu, panda, pbxa9, usb_armory,
wand_quad, zynq_qemu
x86_64: pc, linux, muen
x86_32: pc, linux
riscv: spike
Ref #3316
2019-04-11 14:24:33 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
ifeq ($(filter-out $(SPECS),imx53_qsb_tz),)
|
|
|
|
SPECS += imx53_qsb trustzone
|
|
|
|
endif
|
2017-01-02 14:29:21 +00:00
|
|
|
|
tool: deprecate board-specific build directories
* Introduces BOARD variable to determine actual board
* Removes formerly deprecated kernel-specific build directories
The following boards are available:
arm_v6: rpi
arm_v7a: arndale, imx53_qsb, imx53_qsb_tz, imx6q_sabrelite, imx7d_sabre,
nit6_solox, odroid_x2, odroid_xu, panda, pbxa9, usb_armory,
wand_quad, zynq_qemu
x86_64: pc, linux, muen
x86_32: pc, linux
riscv: spike
Ref #3316
2019-04-11 14:24:33 +00:00
|
|
|
ifeq ($(filter-out $(SPECS),usb_armory),)
|
|
|
|
SPECS += trustzone
|
2017-01-02 14:29:21 +00:00
|
|
|
endif
|
tool: deprecate board-specific build directories
* Introduces BOARD variable to determine actual board
* Removes formerly deprecated kernel-specific build directories
The following boards are available:
arm_v6: rpi
arm_v7a: arndale, imx53_qsb, imx53_qsb_tz, imx6q_sabrelite, imx7d_sabre,
nit6_solox, odroid_x2, odroid_xu, panda, pbxa9, usb_armory,
wand_quad, zynq_qemu
x86_64: pc, linux, muen
x86_32: pc, linux
riscv: spike
Ref #3316
2019-04-11 14:24:33 +00:00
|
|
|
|