diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-07-06 20:16:40 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-07-06 20:16:40 -0300 |
commit | 4563d48773f57b7f87624cc5fad1f54393cb1188 (patch) | |
tree | e81c634ffb80c6c68a13043fd8f655142ee42c0e /kernels/linux-libre-rt/Kbuild.platforms | |
parent | a538566ab0b87f546f8676cc4dafc323201b777f (diff) | |
download | abslibre-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.platforms | 6 |
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)) |