From 57403db11547973e0369ec309ec9afac3f8d906e Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 27 Oct 2016 16:39:55 +0200 Subject: [PATCH] rootfs: x86_64 kernel support --- platforms/rootfs/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platforms/rootfs/Makefile b/platforms/rootfs/Makefile index 8def664..6d202b9 100644 --- a/platforms/rootfs/Makefile +++ b/platforms/rootfs/Makefile @@ -15,6 +15,10 @@ $(MAKEDIST_TARGET)-$(PLATFORM)-i586: \ kernel-mamba-64GB kernel-mamba-64GB-sound kernel-mamba-64GB-wireless \ chromium +$(MAKEDIST_TARGET)-$(PLATFORM)-x86_64: \ + kernel-mamba-x86_64 kernel-mamba-x86_64-sound kernel-mamba-x86_64-wireless \ + chromium + $(MAKEDIST_TARGET)-$(PLATFORM): $(MAKEDIST_TARGET)-devel \ $(MAKEDIST_TARGET)-$(PLATFORM)-kde4 openssh-server usbutils wireless_tools i2c-tools \ parted iputils file rootfiles ppp minicom locales mc \