diff options
Diffstat (limited to 'utils/atj2137/atjboottool/Makefile')
-rw-r--r-- | utils/atj2137/atjboottool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/atj2137/atjboottool/Makefile b/utils/atj2137/atjboottool/Makefile index 8d96bcdde0..5414b4810e 100644 --- a/utils/atj2137/atjboottool/Makefile +++ b/utils/atj2137/atjboottool/Makefile @@ -2,7 +2,7 @@ DEFINES= CC=gcc LD=gcc CFLAGS=-g -std=c99 -W -Wall $(DEFINES) -LDFLAGS= +LDFLAGS=-lz BINS=atjboottool all: $(BINS) |