summaryrefslogtreecommitdiffstats
path: root/arch/nios2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/nios2/Makefile')
-rw-r--r--arch/nios2/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/arch/nios2/Makefile b/arch/nios2/Makefile
deleted file mode 100644
index 0dff0bed35..0000000000
--- a/arch/nios2/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-KBUILD_DEFCONFIG := generic_defconfig
-
-CPPFLAGS += -fno-strict-aliasing -mno-hw-mul
-
-board-$(CONFIG_GENERIC) := generic
-
-KALLSYMS += --symbol-prefix=_
-
-archprepare: maketools
-
- @$(kecho) " SYMLINK include/nios_sopc.h -> arch/nios2/boards/$(board-y)/nios_sopc.h"
- @ln -fsn $(src)/arch/nios2/boards/$(board-y)/nios_sopc.h $(obj)/include/nios_sopc.h
-
-PHONY += maketools
-
-ifneq ($(board-y),)
-BOARD := arch/nios2/boards/$(board-y)/
-else
-BOARD :=
-endif
-
-common-y += $(BOARD)
-common-y += arch/nios2/lib/
-common-y += arch/nios2/cpu/
-
-lds-y += arch/nios2/cpu/barebox.lds
-