diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-02-25 09:30:33 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-02-25 09:30:33 +0000 |
commit | 59b3868214a40e1cacf62c5f097d228310cd9eeb (patch) | |
tree | 06167d5246f5a1f93806a7e730f313af1e2b69fd /Makefile | |
parent | 8c463e6886ec1c4d9b337a1922cd52df5d7f9120 (diff) | |
download | monitor-edid-59b3868214a40e1cacf62c5f097d228310cd9eeb.tar monitor-edid-59b3868214a40e1cacf62c5f097d228310cd9eeb.tar.gz monitor-edid-59b3868214a40e1cacf62c5f097d228310cd9eeb.tar.bz2 monitor-edid-59b3868214a40e1cacf62c5f097d228310cd9eeb.tar.xz monitor-edid-59b3868214a40e1cacf62c5f097d228310cd9eeb.zip |
- get rid of compile time DEBUG using runtime variable "verbose" instead
=> allow accessing memory size as ddcxinfos used to do
- struct vbe_info really is unused, dropping it
- simplify canon_str (it doesn't malloc anymore)
- new function get_str() to factorize code
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ HAS_OPEN_FIRMWARE = y TARGETS = monitor-get-edid -CFLAGS = -O -Wall # -g -DDEBUG +CFLAGS = -O -Wall # -g OBJS = monitor-get-edid.c ifeq (y,$(HAS_VBE)) |