aboutsummaryrefslogtreecommitdiff
path: root/util/nvramtool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'util/nvramtool/Makefile')
-rw-r--r--util/nvramtool/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/util/nvramtool/Makefile b/util/nvramtool/Makefile
index b92addab89..bb623bbe1a 100644
--- a/util/nvramtool/Makefile
+++ b/util/nvramtool/Makefile
@@ -17,7 +17,6 @@
PROGRAM = nvramtool
CC = gcc
-STRIP = strip
INSTALL = /usr/bin/install
PREFIX = /usr/local
CFLAGS = -O2 -g -Wall -W -I. -DCMOS_HAL=1
@@ -47,7 +46,6 @@ all: dep $(PROGRAM)
$(PROGRAM): $(OBJS)
$(CC) -o $(PROGRAM) $(OBJS) $(LDFLAGS) $(CFLAGS)
- $(STRIP) $(STRIP_ARGS) $(PROGRAM)
clean:
rm -f $(PROGRAM) $(OBJS) junit.xml