diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-02-26 17:28:38 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-02-26 17:28:38 -0200 |
commit | 31763e92611731c859ccbe4e97019afabb5ef91e (patch) | |
tree | f4875062838ad1019fd8fa04371de5c8541e802d /libre/linux-libre-lts/Kbuild.platforms | |
parent | a43211ffe2915a7072f34250db6201cf9f2b4551 (diff) |
libre/linux-libre-lts
Diffstat (limited to 'libre/linux-libre-lts/Kbuild.platforms')
-rw-r--r-- | libre/linux-libre-lts/Kbuild.platforms | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libre/linux-libre-lts/Kbuild.platforms b/libre/linux-libre-lts/Kbuild.platforms new file mode 100644 index 000000000..90a226888 --- /dev/null +++ b/libre/linux-libre-lts/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)) |