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