diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-11-21 00:09:00 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-11-21 00:09:00 -0200 |
commit | fe5202f246d8188869dc5a6262f9f9e9b9e7e763 (patch) | |
tree | 98b4bda2ca5c222cf32b32b6375d1a6bad1c0b8b /kernels/linux-libre-grsec/Kbuild.platforms | |
parent | abdbc40260696149ba955f1cef74c0f6cce3e0ec (diff) |
linux-libre-grsec: adding new package to [kernels] repo
Diffstat (limited to 'kernels/linux-libre-grsec/Kbuild.platforms')
-rwxr-xr-x | kernels/linux-libre-grsec/Kbuild.platforms | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kernels/linux-libre-grsec/Kbuild.platforms b/kernels/linux-libre-grsec/Kbuild.platforms new file mode 100755 index 000000000..90a226888 --- /dev/null +++ b/kernels/linux-libre-grsec/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)) |