diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-12-17 20:54:03 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-12-17 20:54:03 -0500 |
commit | 5e3b8e62a291527fe292e2575222bad07c59a522 (patch) | |
tree | 1c20c9bf75f75bdba336521c4870184691af7454 /kernels/linux-libre-knock/Kbuild.platforms | |
parent | 2ae18ab33a078f690593def4751997ca432153d7 (diff) | |
parent | 57b827189188ff6b4c2563c7c11f97dfc0a2bb17 (diff) | |
download | abslibre-5e3b8e62a291527fe292e2575222bad07c59a522.tar.gz abslibre-5e3b8e62a291527fe292e2575222bad07c59a522.tar.bz2 abslibre-5e3b8e62a291527fe292e2575222bad07c59a522.zip |
Merge branch 'master' of https://projects.parabolagnulinux.org/abslibre
Diffstat (limited to 'kernels/linux-libre-knock/Kbuild.platforms')
-rw-r--r-- | kernels/linux-libre-knock/Kbuild.platforms | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kernels/linux-libre-knock/Kbuild.platforms b/kernels/linux-libre-knock/Kbuild.platforms new file mode 100644 index 000000000..90a226888 --- /dev/null +++ b/kernels/linux-libre-knock/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)) |