diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-01-08 14:59:34 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-01-08 14:59:34 -0300 |
commit | b05e7b6f115817987cd0eb33f039bcea10156d9f (patch) | |
tree | a9be324d380f386fe1d90d36d0afa45af43b0131 /libre/linux-libre/Kbuild.platforms | |
parent | 66bf4e5df466f96afca4e138a35a8955b98a58c8 (diff) |
libre/linux-libre-3.2-1
Merged mips64el changes back
Diffstat (limited to 'libre/linux-libre/Kbuild.platforms')
-rw-r--r-- | libre/linux-libre/Kbuild.platforms | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libre/linux-libre/Kbuild.platforms b/libre/linux-libre/Kbuild.platforms new file mode 100644 index 000000000..90a226888 --- /dev/null +++ b/libre/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)) |