blob: e135b6d6b6c6a7bf6b6022af2a585f8c3a7e2cec (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
BOARDNAME:=Generic
CPU_TYPE :=pentium4
FEATURES += audio fpu pci pcie usb
DEFAULT_PACKAGES += kmod-button-hotplug
define Target/Description
Build firmware images for modern x86 based boards with CPUs
supporting at least the Intel Pentium 4 instruction set with
MMX, SSE and SSE2.
endef
|