enhance building of projects/target. building of more then one project at some time is supported. ojects and targets located now in projects dir. you can build projects other then generic with PROJECT=xxx make

This commit is contained in:
Stephan Raue
2009-05-02 23:54:39 +02:00
parent 2427e9bf11
commit d32d2e6397
12 changed files with 7143 additions and 30 deletions

File diff suppressed because it is too large Load Diff

12
projects/cx700/options Normal file
View File

@@ -0,0 +1,12 @@
# Mediacenter to use (elisa, entertainer)
MEDIACENTER=elisa
# X.org drivers to use (all/ati/geode/glint/i740/intel/mga/nv/openchrome/
# radeonhd/s3/s3virge/savage/sis/tdfx/trident/vesa/vmware)
# Space separated list is supported, e.g. XORG_DRIVERS="ati s3"
XORG_DRIVERS="openchrome-ttm nv vesa"
DRIDRIVERS="swrast,openchrome"
MESA=Mesa-openchrome
LIBDRM=libdrm-newttm

File diff suppressed because it is too large Load Diff

12
projects/generic/options Normal file
View File

@@ -0,0 +1,12 @@
# Mediacenter to use (elisa, entertainer)
MEDIACENTER=elisa
# X.org drivers to use (all/ati/geode/glint/i740/intel/mga/nv/openchrome/
# radeonhd/s3/s3virge/savage/sis/tdfx/trident/vesa/vmware)
# Space separated list is supported, e.g. XORG_DRIVERS="ati s3"
XORG_DRIVERS="ati nouveau nv vesa openchrome intel"
MESA=Mesa
LIBDRM=libdrm
DRIDRIVERS="swrast,unichrome,r200,r300,radeon,i810,i915,i965"

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,12 @@
# Mediacenter to use (elisa, entertainer)
MEDIACENTER=elisa
# X.org drivers to use (all/ati/geode/glint/i740/intel/mga/nv/openchrome/
# radeonhd/s3/s3virge/savage/sis/tdfx/trident/vesa/vmware)
# Space separated list is supported, e.g. XORG_DRIVERS="ati s3"
XORG_DRIVERS="openchrome-ttm"
DRIDRIVERS="openchrome"
MESA=Mesa-openchrome
LIBDRM=libdrm-newttm