summaryrefslogtreecommitdiff
path: root/src/kernel-install/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel-install/Makefile')
-rw-r--r--src/kernel-install/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/kernel-install/Makefile b/src/kernel-install/Makefile
index 9e6def1a29..9518ba1283 100644
--- a/src/kernel-install/Makefile
+++ b/src/kernel-install/Makefile
@@ -20,6 +20,9 @@
#
# You should have received a copy of the GNU Lesser General Public License
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk
+include $(topsrcdir)/automake.head.mk
+
dist_bin_SCRIPTS = \
src/kernel-install/kernel-install
@@ -27,3 +30,4 @@ dist_kernelinstall_SCRIPTS = \
src/kernel-install/50-depmod.install \
src/kernel-install/90-loaderentry.install
+include $(topsrcdir)/automake.tail.mk