Makefile: Allow "make modules_install" to work from top-level directory.
authorBen Pfaff <blp@nicira.com>
Thu, 1 Nov 2012 20:54:20 +0000 (13:54 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 1 Nov 2012 20:54:20 +0000 (13:54 -0700)
commit3a14d239d785a251dc3a1070bf16445c51616833
treec503a7bc608d90c247a6c9fdd737fe8ffe4cecab
parent85340733d77c62d5ee6d54fe439152ffbd12b74e
Makefile: Allow "make modules_install" to work from top-level directory.

INSTALL recommends running "make modules_install" but it didn't mention
that this has to be done from datapath/linux.  This commit makes this work
from the top-level build directory.

(Another solution would be to update INSTALL, but this approach seems a
little easier for the user.)

Signed-off-by: Ben Pfaff <blp@nicira.com>
Makefile.am