fix whitespace.

This commit is contained in:
Daniel Pouzzner
2020-08-17 13:51:43 -05:00
parent 14e3da9206
commit 603da9e747
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
EXTRA_PROGRAMS = automake_dummy
automake_dummy_SOURCES = wolfssl_linuxkm.c
module_DATA = wolfssl_linuxkm.o
module_DATA = wolfssl_linuxkm.o
#include ../Makefile.common
include Makefile.common

View File

@ -6,15 +6,15 @@ MOD_DEVDIR = $(PWD)
export module_DATA
$(module_DATA): $(automake_dummy_SOURCES)
$(module_DATA): $(automake_dummy_SOURCES)
echo "not building kernel module yet"
# mv Makefile Makefile.automake
# cp $(srcdir)/../Makefile.kernel Makefile
# mv Makefile Makefile.automake
# cp $(srcdir)/../Makefile.kernel Makefile
# CPPFLAGS="" CFLAGS="" LDFLAGS="" \
# $(MAKE) -C $(KROOT) \
# ARCH="$KARCH" CC="gcc" M=$(PWD) modules\
# KBUILD_VERBOSE=$(KBUILD_VERBOSE)
# mv Makefile.automake Makefile
# KBUILD_VERBOSE=$(KBUILD_VERBOSE)
# mv Makefile.automake Makefile
CLEANFILES = $(module_DATA) .$(module_DATA).flags $(module_DATA:.o=.mod.c) $(module_DATA:.o=.@kernelext@) *~