X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile;h=7fb1a2c0830533e4078fc8347caabffd4daf8598;hb=18c32dac75b187d1a4e858f3cfdf03e844129f5e;hp=a5252f451bfd736830bf3a349c5a049939f503a5;hpb=1cacc9ab8bf10e60b3ed93d7a10b070c4cbc6c9f;p=firefly-linux-kernel-4.4.55.git diff --git a/Makefile b/Makefile index a5252f451bfd..7fb1a2c08305 100644 --- a/Makefile +++ b/Makefile @@ -118,9 +118,6 @@ saved-output := $(KBUILD_OUTPUT) KBUILD_OUTPUT := $(shell cd $(KBUILD_OUTPUT) && /bin/pwd) $(if $(KBUILD_OUTPUT),, \ $(error output directory "$(saved-output)" does not exist)) -# Check that OUTPUT directory is not the same as where we have kernel src -$(if $(filter-out $(KBUILD_OUTPUT),$(shell /bin/pwd)),, \ - $(error Output directory (O=...) specifies kernel src dir)) PHONY += $(MAKECMDGOALS) sub-make