summaryrefslogtreecommitdiffstats
path: root/target/device/AMD/DBAu1500/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'target/device/AMD/DBAu1500/Makefile.in')
-rw-r--r--target/device/AMD/DBAu1500/Makefile.in22
1 files changed, 0 insertions, 22 deletions
diff --git a/target/device/AMD/DBAu1500/Makefile.in b/target/device/AMD/DBAu1500/Makefile.in
deleted file mode 100644
index 075bc6cfc..000000000
--- a/target/device/AMD/DBAu1500/Makefile.in
+++ /dev/null
@@ -1,22 +0,0 @@
-# ALCHEMY_DBAU1500_PATH=target/device/AMD/DBAu1500
-BOARD_PATH:=target/device/AMD/DBAu1500
-BR2_PACKAGE_BUSYBOX_CONFIG=$(BOARD_PATH)/busybox.config
-UCLIBC_CONFIG_FILE=$(TOOL_BUILD_DIR)/uClibc.config.$(ARCH)
-
-TARGET_SKELETON=$(BOARD_PATH)/target_skeleton
-TARGET_DEVICE_TABLE=$(BOARD_PATH)/device_table.txt
-
-TARGETS+=linux
-
-$(UCLIBC_DIR)/.xprep::
- cp toolchain/uClibc/uClibc-$(UCLIBC_VER).config $(UCLIBC_CONFIG_FILE)
- /bin/echo "# CONFIG_MIPS_ISA_1 is not set" >> $(UCLIBC_CONFIG_FILE)
- /bin/echo "# CONFIG_MIPS_ISA_2 is not set" >> $(UCLIBC_CONFIG_FILE)
- /bin/echo "# CONFIG_MIPS_ISA_3 is not set" >> $(UCLIBC_CONFIG_FILE)
- /bin/echo "# CONFIG_MIPS_ISA_4 is not set" >> $(UCLIBC_CONFIG_FILE)
- /bin/echo "CONFIG_MIPS_ISA_MIPS32=y" >> $(UCLIBC_CONFIG_FILE)
- /bin/echo "# CONFIG_MIPS_ISA_MIPS64 is not set" >> $(UCLIBC_CONFIG_FILE)
- /bin/echo "CONFIG_MIPS_O32_ABI=y" >> $(UCLIBC_CONFIG_FILE)
- /bin/echo "# CONFIG_MIPS_N32_ABI is not set" >> $(UCLIBC_CONFIG_FILE)
- /bin/echo "# CONFIG_MIPS_N64_ABI is not set" >> $(UCLIBC_CONFIG_FILE)
-