Add CFLAGS when compiling resulting executable. It broke 64bit systems, because the...
[coreboot.git] / util / nvramtool / Makefile
index 94fa707372791652911b7fc66244ca9a63f9e4aa..1bec52bbb25f294873ded9e0632bf750a443393c 100644 (file)
@@ -39,7 +39,7 @@ endif
 all: dep $(PROGRAM)
 
 $(PROGRAM): $(OBJS)
-       $(CC) -o $(PROGRAM) $(OBJS) $(LDFLAGS)
+       $(CC) -o $(PROGRAM) $(OBJS) $(LDFLAGS) $(CFLAGS)
        $(STRIP) $(STRIP_ARGS) $(PROGRAM)
 
 clean: