X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Flinux%2FMakefile.main.in;h=6b46c0c0bb05a02dd37ef3a0ee418b76bc613878;hb=479df1769d51351d031482acaaf0c713726c05d1;hp=1edfc34120b67a7fdd526dca9fd4ee57df5ab43b;hpb=22bcc0e70becd88bf895c44885d63704affe4284;p=openvswitch diff --git a/datapath/linux/Makefile.main.in b/datapath/linux/Makefile.main.in index 1edfc341..6b46c0c0 100644 --- a/datapath/linux/Makefile.main.in +++ b/datapath/linux/Makefile.main.in @@ -4,6 +4,7 @@ export srcdir = @abs_srcdir@ export top_srcdir = @abs_top_srcdir@ export KSRC = @KBUILD@ export VERSION = @VERSION@ +export BUILD_BRCOMPAT = @BUILD_BRCOMPAT@ include $(srcdir)/../Modules.mk include $(srcdir)/Modules.mk @@ -13,15 +14,34 @@ default: $(build_links) $(foreach s,$(sort $(foreach m,$(build_modules),$($(m)_sources))), \ $(eval $(notdir $(s)): ; ln -s $(srcdir)/../$(s) $@)) -distclean: clean - rm -f kcompat.h +all: default distdir: clean install: -all: default +install-data: +install-exec: +uninstall: +install-dvi: +install-html: +install-info: +install-ps: +install-pdf: +installdirs: check: all +installcheck: +mostlyclean: clean: - rm -f *.o *.ko *_mod.* Module.symvers *.cmd kcompat.h.new + rm -f *.o *.ko *.mod.* Module.symvers *.cmd kcompat.h.new for d in $(build_links); do if test -h $$d; then rm $$d; fi; done +distclean: clean + rm -f kcompat.h +maintainer-clean: distclean +dvi: +pdf: +ps: +info: +html: +tags: +TAGS: ifneq ($(KSRC),)