aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index b788e35..dc52c71 100644
--- a/Makefile
+++ b/Makefile
@@ -22,12 +22,9 @@ ifeq (ppc64,$(ARCH))
HAS_OPEN_FIRMWARE = y
endif
-HAS_VBE = y
-HAS_OPEN_FIRMWARE = y
-
TARGETS = monitor-get-edid
-CFLAGS = -O -Wall # -g
+CFLAGS = -O -Wall -g
OBJS = monitor-get-edid.c
ifeq (y,$(HAS_VBE))