From 62dfb2299e664fbe3e9ab0c051cfdedd5ef032ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Sun, 26 Jan 2014 18:00:58 -0200 Subject: linux-libre-3.13-1: updating version * reenable ALIX support * update patches and PKGBUILD * move preparation to prepare() * remove stuff from /usr/src, use /usr/lib/modules/$version/build instead * some PKGBUILD fixes * restore another option that got lost => CONFIG_MEM_SOFT_DIRTY * don't try to write to $startdir * fix broken symbols - this allows us to boot on i686 again! * add warning about missing keyboard support --- libre-testing/linux-libre/Kbuild.platforms | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libre-testing/linux-libre/Kbuild.platforms (limited to 'libre-testing/linux-libre/Kbuild.platforms') diff --git a/libre-testing/linux-libre/Kbuild.platforms b/libre-testing/linux-libre/Kbuild.platforms new file mode 100644 index 000000000..90a226888 --- /dev/null +++ b/libre-testing/linux-libre/Kbuild.platforms @@ -0,0 +1,6 @@ +# All platforms listed in alphabetic order + +platforms += loongson + +# include the platform specific files +include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms)) -- cgit v1.2.3-2-g168b