11 lines
247 B
Makefile
Raw Normal View History

2021-06-15 17:58:07 +08:00
BOARDNAME:=Generic
2019-12-03 07:13:24 -08:00
CPU_TYPE :=pentium4
2017-09-06 19:19:45 +08:00
FEATURES += audio pci pcie usb
define Target/Description
Build firmware images for modern x86 based boards with CPUs
2019-12-03 07:13:24 -08:00
supporting at least the Intel Pentium 4 instruction set with
MMX, SSE and SSE2.
2017-09-06 19:19:45 +08:00
endef