target.mk 247 B

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