Skip to content

Commit

Permalink
It's -fno-pic not -no-fpic.
Browse files Browse the repository at this point in the history
  • Loading branch information
tqh committed Jun 10, 2014
1 parent ded5af1 commit c57c625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/develop/makefile-engine
Expand Up @@ -44,7 +44,7 @@ endif

# SETTING: set the CFLAGS for each binary type
ifeq ($(strip $(TYPE)), DRIVER)
CFLAGS += -D_KERNEL_MODE=1 -no-fpic
CFLAGS += -D_KERNEL_MODE=1 -fno-pic
else
CFLAGS +=
endif
Expand Down

0 comments on commit c57c625

Please sign in to comment.