Skip to content

Commit

Permalink
removed unneeded EXTRA_CFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Ittner committed Mar 10, 2018
1 parent ea68a12 commit 386a184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/realtime.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include $(MODINC)
ifeq ($(BUILDSYS),kbuild)

all:
$(MAKE) EXTRA_CFLAGS="$(EXTRA_CFLAGS)" KBUILD_EXTRA_SYMBOLS="$(RTLIBDIR)/Module.symvers $(RTAIDIR)/modules/ethercat/Module.symvers" -C $(KERNELDIR) SUBDIRS=`pwd` CC=$(CC) V=0 modules
$(MAKE) KBUILD_EXTRA_SYMBOLS="$(RTLIBDIR)/Module.symvers $(RTAIDIR)/modules/ethercat/Module.symvers" -C $(KERNELDIR) SUBDIRS=`pwd` CC=$(CC) V=0 modules

else

Expand Down

0 comments on commit 386a184

Please sign in to comment.