2
0

target.mk 287 B

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