diff options
author | Jon Smirl <[email protected]> | 2004-04-13 04:11:32 +0000 |
---|---|---|
committer | Jon Smirl <[email protected]> | 2004-04-13 04:11:32 +0000 |
commit | c0b0b48e5be32a23ad347ab4e80e1c1406bd5b86 (patch) | |
tree | 63c2d15f5c63fb428efc853d73d91b359b44bf45 /configs/default | |
parent | 231603893db712d1c467e1b31c5818a9d84ad9e1 (diff) |
Add DRM_SOURCE_PATH to make system.
Needed for linux-solo to build
Diffstat (limited to 'configs/default')
-rw-r--r-- | configs/default | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/default b/configs/default index e38a0a09454..8c005bf48b8 100644 --- a/configs/default +++ b/configs/default @@ -10,6 +10,8 @@ MESA_MAJOR=6 MESA_MINOR=1 MESA_TINY=0 +# external projects +DRM_SOURCE_PATH=/home/dri/drm # Compiler and flags CC = cc |