Skip to content

Instantly share code, notes, and snippets.

@antonlindstrom
Created March 5, 2010 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antonlindstrom/322782 to your computer and use it in GitHub Desktop.
Save antonlindstrom/322782 to your computer and use it in GitHub Desktop.
make.conf file for HP2140
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=prescott -fomit-frame-pointer -pipe -O2"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
USE="acpi intel mmx mmxext smp sse2 ssse3 v4l2 svg"
VIDEO_CARDS="intel vesa vga fbdev"
ALSA_CARDS="hda-intel loopback virmidi"
INPUT_DEVICES="evdev keyboard mouse synaptics"
CONFIG_PROTECT="-*"
GENTOO_MIRRORS="http://mirror.mdfnet.se/mirror/gentoo http://ftp.ds.karen.hj.se/gentoo/ "
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment