diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-05-05 13:07:52 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-05-05 13:07:52 +0000 |
commit | 1077779c7d51f85d2f4ca69af59801eb0c63cc0e (patch) | |
tree | 77bdc65f2898972d95eddd6a2efb148d7d515c63 | |
parent | 1c39d183c4c14ffd86c4de74e07074616b4f75b3 (diff) |
add PROGRAM_DIRS line
-rw-r--r-- | configs/linux-fbdev | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/linux-fbdev b/configs/linux-fbdev index a6eeebc242..c357485ea1 100644 --- a/configs/linux-fbdev +++ b/configs/linux-fbdev @@ -1,4 +1,4 @@ -# Configuration for generic Linux +# Configuration for Linux fbdev interface include $(TOP)/configs/linux @@ -7,3 +7,4 @@ DRIVER_DIRS = fbdev CFLAGS = -O3 -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DUSE_GLFBDEV_DRIVER +PROGRAM_DIRS = fbdev |