X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=kipfw%2FMakefile;h=9942499d5310ffeb9d5a1c9727f2b8087843d87c;hb=4123da8a54c132ad87656bbb989919f965dfbfca;hp=431e1f94741cd95f80edc168fac461f4b5da8fbe;hpb=cf0f7c3cbfae74514e4a00018c6ed2ed3c413733;p=ipfw-google.git diff --git a/kipfw/Makefile b/kipfw/Makefile index 431e1f9..9942499 100644 --- a/kipfw/Makefile +++ b/kipfw/Makefile @@ -42,7 +42,8 @@ TARGET = kipfw # lets default for 2.6 for planetlab builds VER ?= 2.6 -$(warning ########## linux dir is $(LINUX_DIR) ###########) +# $(warning ########## linux dir is $(LINUX_DIR) ###########) +# $(warning ########## KERNELPATH is $(KERNELPATH) ###########) #--- General values for all types of build --- # obj-m is the target module obj-m := ipfw_mod.o @@ -291,7 +292,7 @@ else # --- } { linux 2.6 and newer # $(warning make is $(MAKE) version is $(shell $(MAKE) -version | head -1) ) #--- openwrt ? - ifeq ($(_VER),openwrt) + ifeq ($(_VER),xx-openwrt) $(warning ----------------------- compiling for openwrt -----) M=. obj-y := $(IPFW_SRCS:%.c=%.o)