summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-rt/Kbuild.platforms
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-07-06 20:16:40 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-07-06 20:16:40 -0300
commit4563d48773f57b7f87624cc5fad1f54393cb1188 (patch)
treee81c634ffb80c6c68a13043fd8f655142ee42c0e /kernels/linux-libre-rt/Kbuild.platforms
parenta538566ab0b87f546f8676cc4dafc323201b777f (diff)
downloadabslibre-4563d48773f57b7f87624cc5fad1f54393cb1188.tar.gz
abslibre-4563d48773f57b7f87624cc5fad1f54393cb1188.tar.bz2
abslibre-4563d48773f57b7f87624cc5fad1f54393cb1188.zip
adding mips64el support on linux-libre-rt
Diffstat (limited to 'kernels/linux-libre-rt/Kbuild.platforms')
-rw-r--r--kernels/linux-libre-rt/Kbuild.platforms6
1 files changed, 6 insertions, 0 deletions
diff --git a/kernels/linux-libre-rt/Kbuild.platforms b/kernels/linux-libre-rt/Kbuild.platforms
new file mode 100644
index 000000000..90a226888
--- /dev/null
+++ b/kernels/linux-libre-rt/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))