diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-08-22 22:14:51 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-08-22 22:14:51 -0300 |
commit | f9c8adc1f16c2d9e018cacc688101c30b9dd8adb (patch) | |
tree | dfab475a9b35946c3637ad3677349a7c1a9b7137 /kernels/linux-libre-rt/Kbuild | |
parent | c1879f6ed8abf3ae9acdcf48b45d6ddafffd4674 (diff) |
linux-libre*: Remove mips64el hacks
Diffstat (limited to 'kernels/linux-libre-rt/Kbuild')
-rw-r--r-- | kernels/linux-libre-rt/Kbuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/kernels/linux-libre-rt/Kbuild b/kernels/linux-libre-rt/Kbuild deleted file mode 100644 index 8a9d7dceb..000000000 --- a/kernels/linux-libre-rt/Kbuild +++ /dev/null @@ -1,19 +0,0 @@ -# Fail on warnings - also for files referenced in subdirs -# -Werror can be disabled for specific files using: -# CFLAGS_<file.o> := -Wno-error -subdir-ccflags-y := -Wno-error - -# platform specific definitions -include arch/mips/Kbuild.platforms -obj-y := $(platform-y) - -# make clean traverses $(obj-) without having included .config, so -# everything ends up here -obj- := $(platform-) - -# mips object files -# The object files are linked as core-y files would be linked - -obj-y += kernel/ -obj-y += mm/ -obj-y += math-emu/ |