diff options
Diffstat (limited to 'tools/acpixtract/Makefile')
| -rw-r--r-- | tools/acpixtract/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/acpixtract/Makefile b/tools/acpixtract/Makefile index be7a735853507..3dd15233f1070 100644 --- a/tools/acpixtract/Makefile +++ b/tools/acpixtract/Makefile @@ -7,7 +7,7 @@ CFLAGS+= -Wall -O2 -D_LINUX -DACPI_APPLICATION -Wstrict-prototypes -I../../inclu acpixtract : $(patsubst %.c,%.o, $(SRCS)) - $(CC) $(LDFLAGS) $(patsubst %.c,%.o, $(SRCS)) -o $(PROG) + $(CC) $(LDFLAGS) $(CFLAGS) $(patsubst %.c,%.o, $(SRCS)) -o $(PROG) CLEANFILES= $(PROG) |
